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."],[[["This webpage provides documentation for the `SetParameterAction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, focusing on setting a parameter value within the Dialogflow CX fulfillment."],["The latest version of this documentation is for version 2.23.0, with various previous versions available for review ranging from 1.0.0 to 2.22.0."],["The `SetParameterAction` class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SetParameterAction` class include `Parameter`, which represents the display name of the parameter, and `Value`, which is the new value being set, where a null value will clear the parameter."],["There are two constructors available: one default constructor, and one constructor that accepts another `SetParameterAction` object as a parameter."]]],[]]