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 details the `SetParameterAction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for setting parameter values in Dialogflow CX."],["The latest version of the `SetParameterAction` class is 2.23.0, with the page providing access to various previous versions down to 1.0.0."],["`SetParameterAction` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the .NET Protobuf library."],["The `SetParameterAction` class features two constructors and two properties, `Parameter` (string) to define the parameter's display name, and `Value` to set a new parameter value or to clear the parameter."]]],[]]