Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler

A handler that is triggered on the specific lifecycle_stage of the playbook execution.

Inheritance
object
GoogleCloudDialogflowCxV3beta1HandlerLifecycleHandler
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX