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 Google Cloud Dialogflow CX v3 API for .NET, specifically highlighting version 2.3.0, but also includes links to older versions."],["The `SetParameterAction` class is used to set a parameter value within a Dialogflow fulfillment, and can clear the parameter if given a null value."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for deep cloning and equality comparison."],["The class has two properties: `Parameter` which represents the display name of the parameter as a string, and `Value`, which sets or clears the new parameter value."],["The latest version available is `2.23.0` for the `Google.Cloud.Dialogflow.Cx.V3` API class `Fulfillment.Types.SetParameterAction`, as indicated by the list of available versions."]]],[]]