Class GoogleCloudDialogflowCxV3HandlerEventHandler
A handler that is triggered by the specified event.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3HandlerEventHandler : 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 GoogleCloudDialogflowCxV3Fulfillment Fulfillment { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowCxV3Fulfillment |