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, which is used for setting parameter values within the Google Cloud Dialogflow CX V3 framework, across multiple versions."],["The latest version of `SetParameterAction` available is 2.23.0, with multiple preceding versions available going as far back as version 1.0.0."],["The `SetParameterAction` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, one of which takes another `SetParameterAction` object as a parameter, and two properties, `Parameter` and `Value`, for defining the parameter and its new value."],["The type of `Parameter` is a `String` whereas the type of `Value` is an object of the `Google.Protobuf.WellKnownTypes.Value` class."]]],[]]