public sealed class Fulfillment.Types.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 documentation page covers the `Fulfillment.Types.SetParameterAction` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for the Dialogflow v3 API."],["The latest version documented is 2.23.0, with a comprehensive list of previous versions starting from 1.0.0, each linking to its respective documentation."],["`SetParameterAction` is used to set the value of a parameter and it inherits from `object`, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `SetParameterAction` class has two main properties: `Parameter`, which represents the display name of the parameter (string), and `Value`, which represents the new value for the parameter (of type `Value`) and can be null to clear it."],["There are 2 constructors for the class `SetParameterAction`, one being a default constructor, and the other allowing you to pass an already created `SetParameterAction` object."]]],[]]