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, part of the `Google.Cloud.Dialogflow.Cx.V3` namespace within the .NET environment, used for setting parameter values in Dialogflow CX."],["The `SetParameterAction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class provides two constructors, one default and another that takes a `Fulfillment.Types.SetParameterAction` object as a parameter for initialization."],["Key properties of the `SetParameterAction` class include `Parameter`, which represents the display name of the parameter (a string), and `Value`, which represents the new parameter value, and is of type `Value`."],["This resource contains numerous versions of this class, ranging from the most recent 2.23.0 all the way down to 1.0.0, allowing you to navigate to older iterations of the API."]]],[]]