Class GoogleCloudDialogflowCxV3beta1Page
Inheritance
GoogleCloudDialogflowCxV3beta1Page
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1Page : IDirectResponseSchema
Properties
AdvancedSettings
Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3beta1AdvancedSettings AdvancedSettings { get; set; }
Property Value
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
DisplayName
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EntryFulfillment
Declaration
[JsonProperty("entryFulfillment")]
public virtual GoogleCloudDialogflowCxV3beta1Fulfillment EntryFulfillment { get; set; }
Property Value
EventHandlers
Declaration
[JsonProperty("eventHandlers")]
public virtual IList<GoogleCloudDialogflowCxV3beta1EventHandler> EventHandlers { get; set; }
Property Value
Form
Declaration
[JsonProperty("form")]
public virtual GoogleCloudDialogflowCxV3beta1Form Form { get; set; }
Property Value
KnowledgeConnectorSettings
Declaration
[JsonProperty("knowledgeConnectorSettings")]
public virtual GoogleCloudDialogflowCxV3beta1KnowledgeConnectorSettings KnowledgeConnectorSettings { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
TransitionRouteGroups
Declaration
[JsonProperty("transitionRouteGroups")]
public virtual IList<string> TransitionRouteGroups { get; set; }
Property Value
TransitionRoutes
Declaration
[JsonProperty("transitionRoutes")]
public virtual IList<GoogleCloudDialogflowCxV3beta1TransitionRoute> TransitionRoutes { get; set; }
Property Value
Implements