Class GoogleCloudDialogflowCxV3beta1TransitionRouteGroup
A TransitionRouteGroup represents a group of TransitionRoutes
to be used by a Page.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TransitionRouteGroup : 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/
or
projects//locations//agents//transitionRouteGroups/
for agent-level groups.
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<GoogleCloudDialogflowCxV3beta1TransitionRoute> TransitionRoutes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowCxV3beta1TransitionRoute> |