public sealed class SetParameterAction : IMessage<Fulfillment.Types.SetParameterAction>, IEquatable<Fulfillment.Types.SetParameterAction>, IDeepCloneable<Fulfillment.Types.SetParameterAction>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SetParameterAction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace is used to set a parameter value in Dialogflow CX."],["The latest version of this class available is version 2.23.0, with multiple previous versions dating back to 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`SetParameterAction` has two constructors and two properties, `Parameter` (a string representing the parameter's display name) and `Value` (of type `Value`, which sets or clears the new value of the parameter)."],["It is included in the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]