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 latest version of `SetParameterAction` is 2.23.0, and there are several older versions available, ranging from 2.22.0 down to 1.0.0."],["`SetParameterAction` is a class used for setting a parameter value within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["It inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checking, deep cloning, and buffer message support."],["The `SetParameterAction` class has two constructors and includes properties `Parameter` for the parameter's display name and `Value` for the new parameter value, where a null value will clear the parameter."],["The class is contained within the Google.Cloud.Dialogflow.Cx.V3.dll assembly."]]],[]]