Method: projects.locations.agents.flows.transitionRouteGroups.get

Retrieves the specified TransitionRouteGroup.

HTTP request

GET https://{endpoint}/v3beta1/{name=projects/*/locations/*/agents/*/flows/*/transitionRouteGroups/*}

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the TransitionRouteGroup. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/transitionRouteGroups/<Transition Route Group ID> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/transitionRouteGroups/<Transition Route Group ID>.

Authorization requires the following IAM permission on the specified resource name:

  • dialogflow.transitionRouteGroups.get

Query parameters

Parameters
languageCode

string

The language to retrieve the transition route group for. The following fields are language dependent:

  • TransitionRouteGroup.transition_routes.trigger_fulfillment.messages * TransitionRouteGroup.transition_routes.trigger_fulfillment.conditional_cases

If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of TransitionRouteGroup.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/dialogflow

For more information, see the Authentication Overview.