public sealed class 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 `SetParameterAction` class within the Dialogflow v3 API, specifically within the `Google.Cloud.Dialogflow.Cx.V3` namespace."],["The `SetParameterAction` class is used to define the setting of a parameter value in Dialogflow and is part of the `Fulfillment.Types` nested type."],["The webpage includes documentation and links for numerous versions of the API, ranging from version 1.0.0 to the latest version 2.23.0."],["The document outlines that the class inherits from `Object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SetParameterAction` has two main properties: `Parameter` (a string representing the name of the parameter) and `Value` (of type `Value`, representing the new parameter's value or null to clear it)."]]],[]]