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 webpage provides documentation for the `Fulfillment.Types.SetParameterAction` class within the Dialogflow v3 API, specifically for the .NET environment."],["The `SetParameterAction` class is used to define an action that sets the value of a parameter in a Dialogflow fulfillment and can be used to clear the parameter with a null value."],["The documentation lists multiple versions of the Dialogflow v3 API, ranging from version 1.0.0 up to the latest version 2.23.0, including version 2.19.0, which is the current displayed version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for protocol buffer support and comparison operations."],["The `SetParameterAction` class has two main properties: `Parameter`, which is the name of the parameter to set and `Value` which is the new value for the parameter."]]],[]]