Class GoogleCloudDialogflowCxV3HandlerLifecycleHandler
A handler that is triggered on the specific lifecycle_stage of the playbook execution.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3HandlerLifecycleHandler : 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 |
Fulfillment
Required. The fulfillment to call when this handler is triggered.
Declaration
[JsonProperty("fulfillment")]
public virtual GoogleCloudDialogflowCxV3Fulfillment Fulfillment { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowCxV3Fulfillment |
LifecycleStage
Required. The name of the lifecycle stage that triggers this handler. Supported values: * playbook-start *
pre-action-selection * pre-action-execution
Declaration
[JsonProperty("lifecycleStage")]
public virtual string LifecycleStage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |