Class GoogleCloudDialogflowCxV3TransitionRouteGroup
A TransitionRouteGroup represents a group of TransitionRoutes
to be used by a Page.
Implements
Inherited Members
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> |