public sealed class Fulfillment.Types.SetParameterAction : IMessage<Fulfillment.Types.SetParameterAction>, IEquatable<Fulfillment.Types.SetParameterAction>, IDeepCloneable<Fulfillment.Types.SetParameterAction>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Fulfillment.Types.SetParameterAction.
Setting a parameter value.
Implements
IMessageFulfillmentTypesSetParameterAction, IEquatableFulfillmentTypesSetParameterAction, IDeepCloneableFulfillmentTypesSetParameterAction, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
SetParameterAction()
public SetParameterAction()SetParameterAction(SetParameterAction)
public SetParameterAction(Fulfillment.Types.SetParameterAction other)| Parameter | |
|---|---|
| Name | Description |
other |
FulfillmentTypesSetParameterAction |
Properties
Parameter
public string Parameter { get; set; }Display name of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Value
public Value Value { get; set; }The new value of the parameter. A null value clears the parameter.
| Property Value | |
|---|---|
| Type | Description |
Value |
|