Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3Flow

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

EventHandlers

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

InputParameterDefinitions

Declaration
[JsonProperty("inputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> InputParameterDefinitions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ParameterDefinition>

KnowledgeConnectorSettings

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

Locked

Declaration
[JsonProperty("locked")]
public virtual bool? Locked { get; set; }
Property Value
Type Description
bool?

MultiLanguageSettings

Declaration
[JsonProperty("multiLanguageSettings")]
public virtual GoogleCloudDialogflowCxV3FlowMultiLanguageSettings MultiLanguageSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3FlowMultiLanguageSettings

Name

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

NluSettings

Declaration
[JsonProperty("nluSettings")]
public virtual GoogleCloudDialogflowCxV3NluSettings NluSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3NluSettings

OutputParameterDefinitions

Declaration
[JsonProperty("outputParameterDefinitions")]
public virtual IList<GoogleCloudDialogflowCxV3ParameterDefinition> OutputParameterDefinitions { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3ParameterDefinition>

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