public sealed class SetParameterAction : IMessage<Fulfillment.Types.SetParameterAction>, IEquatable<Fulfillment.Types.SetParameterAction>, IDeepCloneable<Fulfillment.Types.SetParameterAction>, IBufferMessage, IMessage
Setting a parameter value.
Inheritance
System.Object > Fulfillment.Types.SetParameterActionImplements
Google.Protobuf.IMessage<Fulfillment.Types.SetParameterAction>, System.IEquatable<Fulfillment.Types.SetParameterAction>, Google.Protobuf.IDeepCloneable<Fulfillment.Types.SetParameterAction>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
SetParameterAction()
public SetParameterAction()
SetParameterAction(Fulfillment.Types.SetParameterAction)
public SetParameterAction(Fulfillment.Types.SetParameterAction other)
Parameter | |
---|---|
Name | Description |
other | Fulfillment.Types.SetParameterAction |
Properties
Parameter
public string Parameter { get; set; }
Display name of the parameter.
Property Value | |
---|---|
Type | Description |
System.String |
Value
public Value Value { get; set; }
The new value of the parameter. A null value clears the parameter.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Value |