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 content focuses on the `SetParameterAction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, used for setting parameter values in Dialogflow CX."],["This class has multiple versions ranging from 1.0.0 to 2.23.0, with 2.23.0 being the latest available version."],["`SetParameterAction` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default one and one that takes another `SetParameterAction` object as a parameter."],["`SetParameterAction` has two main properties, `Parameter` for the display name and `Value` for the new parameter's value."]]],[]]