public sealed class SetParameterAction : IMessage<Fulfillment.Types.SetParameterAction>, IEquatable<Fulfillment.Types.SetParameterAction>, IDeepCloneable<Fulfillment.Types.SetParameterAction>, IBufferMessage, IMessage
[[["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` namespace in the .NET environment, focusing on setting parameter values."],["The latest version available for `SetParameterAction` is 2.23.0, with a history of versions dating back to 1.0.0, all listed in the provided documentation."],["The `SetParameterAction` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["The class includes two constructors, `SetParameterAction()`, and `SetParameterAction(Fulfillment.Types.SetParameterAction other)`, and two properties, `Parameter` and `Value`."],["`SetParameterAction` allows for the setting of a `Parameter` value, where the new value is found under `Value` which has a null option to clear the parameter."]]],[]]