Dialogflow API (dialogflow:v3)

2023-08-10

5 new methods

Additions

    Methods
  • dialogflow.projects.locations.agents.transitionRouteGroups.get

      Path: v3/{+name}

      Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}

      Scopes:

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

        name

          Location: path

          Description: Required. The name of the TransitionRouteGroup. Format: `projects//locations//agents//flows//transitionRouteGroups/` or `projects//locations//agents//transitionRouteGroups/`.

          Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$

          Type: string

          Required: Yes

        languageCode

          Description: 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](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.

          Type: string

          Location: query

      HTTP Method: GET

      Description: Retrieves the specified TransitionRouteGroup.

      Parameter Order: name

  • dialogflow.projects.locations.agents.transitionRouteGroups.list

      HTTP Method: GET

      Parameters:

        pageSize

          Format: int32

          Description: The maximum number of items to return in a single page. By default 100 and at most 1000.

          Type: integer

          Location: query

        parent

          Type: string

          Description: Required. The flow to list all transition route groups for. Format: `projects//locations//agents//flows/` or `projects//locations//agents/.

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+$

          Required: Yes

        languageCode

          Description: The language to list transition route groups 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](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.

          Location: query

          Type: string

        pageToken

          Description: The next_page_token value returned from a previous list request.

          Location: query

          Type: string

      Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups

      Parameter Order: parent

      Path: v3/{+parent}/transitionRouteGroups

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description: Returns the list of all transition route groups in the specified flow.

  • dialogflow.projects.locations.agents.transitionRouteGroups.create

      Description: Creates an TransitionRouteGroup in the specified flow. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).

      Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups

      Scopes:

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

      Parameter Order: parent

      Parameters:

        languageCode

          Description: The language of the following fields in `TransitionRouteGroup`: * `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](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.

          Type: string

          Location: query

        parent

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+$

          Type: string

          Location: path

          Description: Required. The flow to create an TransitionRouteGroup for. Format: `projects//locations//agents//flows/` or `projects//locations//agents/` for agent-level groups.

      Path: v3/{+parent}/transitionRouteGroups

  • dialogflow.projects.locations.agents.transitionRouteGroups.delete

      HTTP Method: DELETE

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/dialogflow
    • Description: Deletes the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).

      Parameters:

        force

          Location: query

          Description: This field has no effect for transition route group that no page is using. If the transition route group is referenced by any page: * If `force` is set to false, an error will be returned with message indicating pages that reference the transition route group. * If `force` is set to true, Dialogflow will remove the transition route group, as well as any reference to it.

          Type: boolean

        name

          Type: string

          Required: Yes

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$

          Description: Required. The name of the TransitionRouteGroup to delete. Format: `projects//locations//agents//flows//transitionRouteGroups/` or `projects//locations//agents//transitionRouteGroups/`.

      Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}

      Path: v3/{+name}

      Parameter Order: name

  • dialogflow.projects.locations.agents.transitionRouteGroups.patch

      Path: v3/{+name}

      HTTP Method: PATCH

      Flat Path: v3/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/transitionRouteGroups/{transitionRouteGroupsId}

      Scopes:

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

      Parameters:

        updateMask

          Format: google-fieldmask

          Description: The mask to control which fields get updated.

          Location: query

          Type: string

        languageCode

          Type: string

          Location: query

          Description: The language of the following fields in `TransitionRouteGroup`: * `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](https://cloud.google.com/dialogflow/cx/docs/reference/language) are supported. Note: languages must be enabled in the agent before they can be used.

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/agents/[^/]+/transitionRouteGroups/[^/]+$

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

          Location: path

          Type: string

          Required: Yes

      Description: Updates the specified TransitionRouteGroup. Note: You should always train a flow prior to sending it queries. See the [training documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).