Class GoogleCloudDialogflowCxV3Flow
Inheritance
GoogleCloudDialogflowCxV3Flow
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Flow : IDirectResponseSchema
Properties
AdvancedSettings
Declaration
[JsonProperty("advancedSettings")]
public virtual GoogleCloudDialogflowCxV3AdvancedSettings 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
EventHandlers
Declaration
[JsonProperty("eventHandlers")]
public virtual IList<GoogleCloudDialogflowCxV3EventHandler> EventHandlers { get; set; }
Property Value
Declaration
[JsonProperty("inputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> InputParameterDefinitions { get; set; }
Property Value
KnowledgeConnectorSettings
Declaration
[JsonProperty("knowledgeConnectorSettings")]
public virtual GoogleCloudDialogflowCxV3KnowledgeConnectorSettings KnowledgeConnectorSettings { get; set; }
Property Value
Locked
Declaration
[JsonProperty("locked")]
public virtual bool? Locked { get; set; }
Property Value
MultiLanguageSettings
Declaration
[JsonProperty("multiLanguageSettings")]
public virtual GoogleCloudDialogflowCxV3FlowMultiLanguageSettings MultiLanguageSettings { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
NluSettings
Declaration
[JsonProperty("nluSettings")]
public virtual GoogleCloudDialogflowCxV3NluSettings NluSettings { get; set; }
Property Value
OutputParameterDefinitions
Declaration
[JsonProperty("outputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> OutputParameterDefinitions { get; set; }
Property Value
TransitionRouteGroups
Declaration
[JsonProperty("transitionRouteGroups")]
public virtual IList<string> TransitionRouteGroups { get; set; }
Property Value
TransitionRoutes
Declaration
[JsonProperty("transitionRoutes")]
public virtual IList<GoogleCloudDialogflowCxV3TransitionRoute> TransitionRoutes { get; set; }
Property Value
Implements