public sealed class SetParameterAction : IMessage<Fulfillment.Types.SetParameterAction>, IEquatable<Fulfillment.Types.SetParameterAction>, IDeepCloneable<Fulfillment.Types.SetParameterAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Fulfillment.Types.SetParameterAction.
[[["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 provides documentation for the `SetParameterAction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, which is part of the Dialogflow v3 API."],["The `SetParameterAction` class is used to set a parameter value, and a null value will clear the parameter, as described by its implementation of interfaces like `IMessage` and `IEquatable`."],["The documentation includes a list of available versions of the API class, ranging from the latest version 2.23.0 down to 1.0.0."],["The class's properties include \"Parameter\" (a string representing the display name) and \"Value\" (a `Value` object specifying the new parameter value)."],["The documentation provided, details the inheritance, implemented members, constructors, and properties of the `SetParameterAction` class, allowing for comprehensive understanding of its functionality and use."]]],[]]