Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1Page

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

Properties

AdvancedSettings

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

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 GoogleCloudDialogflowCxV3beta1Fulfillment EntryFulfillment { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1Fulfillment

EventHandlers

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

Form

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

KnowledgeConnectorSettings

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

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<GoogleCloudDialogflowCxV3beta1TransitionRoute> TransitionRoutes { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3beta1TransitionRoute>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX