Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3Page

Inheritance
object
GoogleCloudDialogflowCxV3Page
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 GoogleCloudDialogflowCxV3Page : IDirectResponseSchema

Properties

AdvancedSettings

Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3AdvancedSettings AdvancedSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3AdvancedSettings

Description

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

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

EntryFulfillment

Declaration
[JsonProperty("entryFulfillment")]
public virtual GoogleCloudDialogflowCxV3Fulfillment EntryFulfillment { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Fulfillment

EventHandlers

Declaration
[JsonProperty("eventHandlers")]
public virtual IList<GoogleCloudDialogflowCxV3EventHandler> EventHandlers { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3EventHandler>

Form

Declaration
[JsonProperty("form")]
public virtual GoogleCloudDialogflowCxV3Form Form { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Form

KnowledgeConnectorSettings

Declaration
[JsonProperty("knowledgeConnectorSettings")]
public virtual GoogleCloudDialogflowCxV3KnowledgeConnectorSettings KnowledgeConnectorSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3KnowledgeConnectorSettings

Name

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

TransitionRouteGroups

Declaration
[JsonProperty("transitionRouteGroups")]
public virtual IList<string> TransitionRouteGroups { get; set; }
Property Value
Type Description
IList<string>

TransitionRoutes

Declaration
[JsonProperty("transitionRoutes")]
public virtual IList<GoogleCloudDialogflowCxV3TransitionRoute> TransitionRoutes { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3TransitionRoute>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX