Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1EventHandler

Inheritance
object
GoogleCloudDialogflowCxV3beta1EventHandler
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1EventHandler : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Event__

Declaration
[JsonProperty("event")]
public virtual string Event__ { get; set; }
Property Value
Type Description
string

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TargetFlow

Declaration
[JsonProperty("targetFlow")]
public virtual string TargetFlow { get; set; }
Property Value
Type Description
string

TargetPage

Declaration
[JsonProperty("targetPage")]
public virtual string TargetPage { get; set; }
Property Value
Type Description
string

TargetPlaybook

Declaration
[JsonProperty("targetPlaybook")]
public virtual string TargetPlaybook { get; set; }
Property Value
Type Description
string

TriggerFulfillment

Declaration
[JsonProperty("triggerFulfillment")]
public virtual GoogleCloudDialogflowCxV3beta1Fulfillment TriggerFulfillment { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Fulfillment

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX