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-04-09 UTC."],[[["The documentation pertains to the `Fulfillment.Types.SetParameterAction` class within the Dialogflow v3 API, specifically for the .NET environment."],["This class is used to set a parameter value in the Dialogflow CX fulfillment process, and a null value clears the parameter."],["The latest version of the Dialogflow API that is available is 2.23.0 and there are versions going all the way back to 1.0.0 available."],["The `SetParameterAction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Parameter` and `Value`, where Parameter is a string for the display name and Value is a nested property to set a new value for the parameter."]]],[]]