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 documentation page covers the `Fulfillment.Types.SetParameterAction` class within the Dialogflow v3 API, specifically for the .NET environment."],["The `SetParameterAction` class is used to define actions that set parameter values during the fulfillment process in Dialogflow."],["The latest version of the API documented on the webpage is 2.23.0, and there is a range of versions all the way back to 1.0.0, all of which can be referenced on this page."],["The `SetParameterAction` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`SetParameterAction` objects contain the properties `Parameter`, which is the display name of the parameter, and `Value`, which is the new value of said parameter."]]],[]]