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 in the .NET environment, covering versions from 1.0.0 to the latest version 2.23.0."],["`SetParameterAction` is used to set a parameter's value in a Dialogflow CX fulfillment, which can either be assigned a new value or cleared by setting it to null."],["The `SetParameterAction` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The main properties of the `SetParameterAction` class include `Parameter`, which represents the display name of the parameter, and `Value`, which holds the new value assigned to the parameter."],["Constructor options are provided to build a new `SetParameterAction` object, or build a new `SetParameterAction` object by passing in another."]]],[]]