Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3TransitionRouteGroup

A TransitionRouteGroup represents a group of TransitionRoutes to be used by a Page.

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

Properties

DisplayName

Required. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.

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

Name

The unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ .

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

TransitionRoutes

Transition routes associated with the TransitionRouteGroup.

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