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 `SetParameterAction` class allows setting a parameter value within the `Google.Cloud.Dialogflow.Cx.V3` namespace, as part of fulfillment actions."],["Version 2.23.0 is the latest release for `SetParameterAction`, with several previous versions, all the way back to version 1.0.0 being available."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for working with messages."],["The `SetParameterAction` class has two constructors, one with no parameters and one that accepts another `SetParameterAction` object, and includes properties for setting the `Parameter` and `Value`."],["The `Value` property allows for the specification of a new value for a parameter, and setting it to null clears the parameter."]]],[]]