Skip to main content

transition_route_groups

Overview

Nametransition_route_groups
TypeResource
Idgoogle.dialogflow.transition_route_groups

Fields

NameDatatypeDescription
namestringThe unique identifier of the transition route group. TransitionRouteGroups.CreateTransitionRouteGroup populates the name automatically. Format: projects//locations//agents//flows//transitionRouteGroups/ .
displayNamestringRequired. The human-readable name of the transition route group, unique within the flow. The display name can be no longer than 30 characters.
transitionRoutesarrayTransition routes associated with the TransitionRouteGroup.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_agents_flows_transition_route_groups_getSELECTagentsId, flowsId, locationsId, projectsId, transitionRouteGroupsIdRetrieves the specified TransitionRouteGroup.
projects_locations_agents_flows_transition_route_groups_listSELECTagentsId, flowsId, locationsId, projectsIdReturns the list of all transition route groups in the specified flow.
projects_locations_agents_transition_route_groups_getSELECTagentsId, locationsId, projectsId, transitionRouteGroupsIdRetrieves the specified TransitionRouteGroup.
projects_locations_agents_transition_route_groups_listSELECTagentsId, locationsId, projectsIdReturns the list of all transition route groups in the specified flow.
projects_locations_agents_flows_transition_route_groups_createINSERTagentsId, flowsId, locationsId, projectsIdCreates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_transition_route_groups_createINSERTagentsId, locationsId, projectsIdCreates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_flows_transition_route_groups_deleteDELETEagentsId, flowsId, locationsId, projectsId, transitionRouteGroupsIdDeletes the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_transition_route_groups_deleteDELETEagentsId, locationsId, projectsId, transitionRouteGroupsIdDeletes the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the training documentation.
_projects_locations_agents_flows_transition_route_groups_listEXECagentsId, flowsId, locationsId, projectsIdReturns the list of all transition route groups in the specified flow.
_projects_locations_agents_transition_route_groups_listEXECagentsId, locationsId, projectsIdReturns the list of all transition route groups in the specified flow.
projects_locations_agents_flows_transition_route_groups_patchEXECagentsId, flowsId, locationsId, projectsId, transitionRouteGroupsIdUpdates the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the training documentation.
projects_locations_agents_transition_route_groups_patchEXECagentsId, locationsId, projectsId, transitionRouteGroupsIdUpdates the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the training documentation.