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 Google.Cloud.Dialogflow.Cx.V3 namespace, detailing its use in the Dialogflow v3 API."],["The `SetParameterAction` class is used to set or clear the value of a parameter in Dialogflow, with its implementation inheriting from various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page contains links for various versions of the `SetParameterAction` class documentation, ranging from version 1.0.0 to the latest version 2.23.0."],["The class has two properties: `Parameter`, which represents the display name of the parameter (string), and `Value`, which represents the new value for the parameter, or a null value to clear it."],["The documentation covers the namespace, assembly, constructors, and inherited members, along with descriptions for each, allowing for a comprehensive understanding of how to implement the class."]]],[]]