Class GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
Inheritance
GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Parameter
Declaration
[JsonProperty("parameter")]
public virtual string Parameter { get; set; }
Property Value
Value
Declaration
[JsonProperty("value")]
public virtual object Value { get; set; }
Property Value
Implements