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."],[[["The latest version of the `Google.Cloud.Dialogflow.Cx.V3.Fulfillment.Types.SetParameterAction` class is 2.23.0, with many previous versions available for reference, going all the way back to version 1.0.0."],["This class, `SetParameterAction`, within the Dialogflow v3 API, is used to define actions that set a parameter value, or clear a parameter if null."],["The `SetParameterAction` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["There are two constructors available for the `SetParameterAction` class; one is a default parameterless constructor, and the other takes another `SetParameterAction` object as a parameter."],["The `SetParameterAction` class contains two main properties: `Parameter`, which holds the display name of the parameter as a string, and `Value`, which holds the new value of the parameter."]]],[]]