Class GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
A handler that is triggered on the specific lifecycle_stage of the playbook execution.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler : 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 GoogleCloudDialogflowCxV3beta1Fulfillment Fulfillment { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1Fulfillment |
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 |