Class GoogleCloudDialogflowCxV3beta1HandlerEventHandler
A handler that is triggered by the specified event.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1HandlerEventHandler : IDirectResponseSchema
Properties
Condition
Optional. The condition that must be satisfied to trigger this handler.
Declaration
[JsonProperty("condition")]
public virtual string Condition { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Event__
Required. The name of the event that triggers this handler.
Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Fulfillment
Required. The fulfillment to call when the event occurs.
Declaration
[JsonProperty("fulfillment")]
public virtual GoogleCloudDialogflowCxV3beta1Fulfillment Fulfillment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1Fulfillment |