Class GoogleCloudDialogflowCxV3FulfillmentSetParameterAction
Setting a parameter value.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3FulfillmentSetParameterAction : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parameter
Display name of the parameter.
Declaration
[JsonProperty("parameter")]
public virtual string Parameter { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The new value of the parameter. A null value clears the parameter.
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Type | Description |
---|---|
object |