Dialogflow API (dialogflow:v3)

2026-01-22

158 updated methods

Updates

    Methods
  • dialogflow.projects.operations.cancel

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Pattern : ^projects/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Required : Yes

  • dialogflow.projects.operations.list

      Parameters :

        pageSize

          Format : int32

          Location : query

          Description : The standard list page size.

          Type : integer

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        name

          Type : string

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+$

          Description : The name of the operation's parent resource.

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

  • dialogflow.projects.operations.get

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource.

          Pattern : ^projects/[^/]+/operations/[^/]+$

          Type : string

          Location : path

  • dialogflow.projects.locations.list

      Parameters :

        name

          Pattern : ^projects/[^/]+$

          Location : path

          Type : string

          Description : The resource that owns the locations collection, if applicable.

          Required : Yes

        extraLocationTypes

          Repeated : Yes

          Type : string

          Description : Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.

          Location : query

        filter

          Location : query

          Type : string

          Description : A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).

        pageSize

          Format : int32

          Type : integer

          Location : query

          Description : The maximum number of results to return. If not set, the service selects a default.

        pageToken

          Description : A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

          Location : query

          Type : string

  • dialogflow.projects.locations.get

      Parameters :

        name

          Description : Resource name for the location.

          Required : Yes

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

          Type : string

          Location : path

  • dialogflow.projects.locations.operations.get

      Parameters :

        name

          Description : The name of the operation resource.

          Required : Yes

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

          Type : string

          Location : path

  • dialogflow.projects.locations.operations.list

      Parameters :

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : The standard list page size.

        returnPartialSuccess

          Location : query

          Type : boolean

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        name

          Required : Yes

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

          Description : The name of the operation's parent resource.

          Location : path

          Type : string

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

  • dialogflow.projects.locations.operations.cancel

      Parameters :

        name

          Location : path

          Required : Yes

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

          Description : The name of the operation resource to be cancelled.

          Type : string

  • dialogflow.projects.locations.agents.list

      Parameters :

        pageToken

          Type : string

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

          Location : query

        parent

          Type : string

          Location : path

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

          Description : Required. The location to list all agents for. Format: `projects//locations/`.

          Required : Yes

        pageSize

          Format : int32

          Location : query

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

          Type : integer

  • dialogflow.projects.locations.agents.getGenerativeSettings

      Parameters :

        languageCode

          Description : Required. Language code of the generative settings.

          Type : string

          Location : query

        name

          Description : Required. Format: `projects//locations//agents//generativeSettings`.

          Type : string

          Location : path

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

          Required : Yes

  • dialogflow.projects.locations.agents.patch

      Parameters :

        updateMask

          Format : google-fieldmask

          Location : query

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Type : string

        name

          Location : path

          Description : The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: `projects//locations//agents/`.

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

          Required : Yes

          Type : string

  • dialogflow.projects.locations.agents.get

      Parameters :

        name

          Location : path

          Required : Yes

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

          Description : Required. The name of the agent. Format: `projects//locations//agents/`.

          Type : string

  • dialogflow.projects.locations.agents.delete

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

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

          Description : Required. The name of the agent to delete. Format: `projects//locations//agents/`.

  • dialogflow.projects.locations.agents.getValidationResult

      Parameters :

        name

          Location : path

          Description : Required. The agent name. Format: `projects//locations//agents//validationResult`.

          Type : string

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

          Required : Yes

        languageCode

          Description : If not specified, the agent's default language is used.

          Type : string

          Location : query

  • dialogflow.projects.locations.agents.create

      Parameters :

        parent

          Description : Required. The location to create a agent for. Format: `projects//locations/`.

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

          Type : string

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.export

      Parameters :

        name

          Description : Required. The name of the agent to export. Format: `projects//locations//agents/`.

          Type : string

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

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.updateGenerativeSettings

      Parameters :

        name

          Required : Yes

          Description : Format: `projects//locations//agents//generativeSettings`.

          Location : path

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

          Type : string

        updateMask

          Location : query

          Format : google-fieldmask

          Type : string

          Description : Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

  • dialogflow.projects.locations.agents.restore

      Parameters :

        name

          Type : string

          Description : Required. The name of the agent to restore into. Format: `projects//locations//agents/`.

          Location : path

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

          Required : Yes

  • dialogflow.projects.locations.agents.validate

      Parameters :

        name

          Type : string

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

          Description : Required. The agent to validate. Format: `projects//locations//agents/`.

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.tools.versions.restore

      Parameters :

        name

          Description : Required. The name of the tool version. Format: `projects//locations//agents//tools//versions/`.

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

          Required : Yes

          Location : path

          Type : string

  • dialogflow.projects.locations.agents.tools.versions.delete

      Parameters :

        name

          Required : Yes

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

          Description : Required. The name of the tool version to delete. Format: `projects//locations//agents//tools//versions/`.

          Type : string

          Location : path

        force

          Description : Optional. This field has no effect for Tools not being used. For Tools that are used: * If `force` is set to false, an error will be returned with message indicating the referenced resources. * If `force` is set to true, Dialogflow will remove the tool, as well as any references to the tool.

          Type : boolean

          Location : query

  • dialogflow.projects.locations.agents.tools.versions.create

      Parameters :

        parent

          Type : string

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

          Location : path

          Description : Required. The tool to create a version for. Format: `projects//locations//agents//tools/`.

          Required : Yes

  • dialogflow.projects.locations.agents.tools.versions.get

      Parameters :

        name

          Required : Yes

          Location : path

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

          Type : string

          Description : Required. The name of the tool version. Format: `projects//locations//agents//tools//versions/`.

  • dialogflow.projects.locations.agents.tools.versions.list

      Parameters :

        pageSize

          Location : query

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

          Format : int32

          Type : integer

        pageToken

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

          Location : query

          Type : string

        parent

          Location : path

          Type : string

          Description : Required. The parent of the tool versions. Format: `projects//locations//agents//tools/`.

          Required : Yes

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

  • dialogflow.projects.locations.agents.tools.delete

      Parameters :

        force

          Type : boolean

          Location : query

          Description : This field has no effect for Tools not being used. For Tools that are used: * If `force` is set to false, an error will be returned with message indicating the referenced resources. * If `force` is set to true, Dialogflow will remove the tool, as well as any references to the tool.

        name

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

          Required : Yes

          Type : string

          Location : path

          Description : Required. The name of the Tool to be deleted. Format: `projects//locations//agents//tools/`.

  • dialogflow.projects.locations.agents.tools.list

      Parameters :

        pageSize

          Location : query

          Type : integer

          Format : int32

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

        pageToken

          Type : string

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

          Location : query

        parent

          Type : string

          Description : Required. The agent to list the Tools from. Format: `projects//locations//agents/`.

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

          Required : Yes

          Location : path

  • dialogflow.projects.locations.agents.tools.get

      Parameters :

        name

          Type : string

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

          Description : Required. The name of the Tool. Format: `projects//locations//agents//tools/`.

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.tools.create

      Parameters :

        parent

          Location : path

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

          Required : Yes

          Type : string

          Description : Required. The agent to create a Tool for. Format: `projects//locations//agents/`.

  • dialogflow.projects.locations.agents.tools.patch

      Parameters :

        name

          Type : string

          Location : path

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

          Description : The unique identifier of the Tool. Format: `projects//locations//agents//tools/`.

          Required : Yes

        updateMask

          Format : google-fieldmask

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Location : query

          Type : string

  • dialogflow.projects.locations.agents.entityTypes.export

      Parameters :

        parent

          Type : string

          Required : Yes

          Description : Required. The name of the parent agent to export entity types. Format: `projects//locations//agents/`.

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

          Location : path

  • dialogflow.projects.locations.agents.entityTypes.patch

      Parameters :

        languageCode

          Location : query

          Type : string

          Description : The language of the following fields in `entity_type`: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` 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

          Location : path

          Type : string

          Required : Yes

          Description : The unique identifier of the entity type. Required for EntityTypes.UpdateEntityType. Format: `projects//locations//agents//entityTypes/`.

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

        updateMask

          Format : google-fieldmask

          Description : The mask to control which fields get updated.

          Type : string

          Location : query

  • dialogflow.projects.locations.agents.entityTypes.create

      Parameters :

        languageCode

          Description : The language of the following fields in `entity_type`: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` 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

        parent

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

          Location : path

          Required : Yes

          Description : Required. The agent to create a entity type for. Format: `projects//locations//agents/`.

          Type : string

  • dialogflow.projects.locations.agents.entityTypes.list

      Parameters :

        parent

          Description : Required. The agent to list all entity types for. Format: `projects//locations//agents/`.

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

          Location : path

          Required : Yes

          Type : string

        pageToken

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

          Location : query

          Type : string

        pageSize

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

          Format : int32

          Location : query

          Type : integer

        languageCode

          Location : query

          Type : string

          Description : The language to list entity types for. The following fields are language dependent: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` 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.

  • dialogflow.projects.locations.agents.entityTypes.delete

      Parameters :

        name

          Required : Yes

          Description : Required. The name of the entity type to delete. Format: `projects//locations//agents//entityTypes/`.

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

          Type : string

          Location : path

        force

          Location : query

          Description : This field has no effect for entity type not being used. For entity types that are used by intents or pages: * If `force` is set to false, an error will be returned with message indicating the referencing resources. * If `force` is set to true, Dialogflow will remove the entity type, as well as any references to the entity type (i.e. Page parameter of the entity type will be changed to '@sys.any' and intent parameter of the entity type will be removed).

          Type : boolean

  • dialogflow.projects.locations.agents.entityTypes.get

      Parameters :

        languageCode

          Location : query

          Type : string

          Description : The language to retrieve the entity type for. The following fields are language dependent: * `EntityType.entities.value` * `EntityType.entities.synonyms` * `EntityType.excluded_phrases.value` 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

          Required : Yes

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

          Description : Required. The name of the entity type. Format: `projects//locations//agents//entityTypes/`.

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.entityTypes.import

      Parameters :

        parent

          Description : Required. The agent to import the entity types into. Format: `projects//locations//agents/`.

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

          Required : Yes

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.testCases.results.list

      Parameters :

        pageToken

          Type : string

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

          Location : query

        pageSize

          Format : int32

          Location : query

          Type : integer

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

        parent

          Required : Yes

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

          Type : string

          Location : path

          Description : Required. The test case to list results for. Format: `projects//locations//agents//testCases/`. Specify a `-` as a wildcard for TestCase ID to list results across multiple test cases.

        filter

          Type : string

          Description : The filter expression used to filter test case results. See [API Filtering](https://aip.dev/160). The expression is case insensitive. Only 'AND' is supported for logical operators. The supported syntax is listed below in detail: [AND ] ... [AND latest] The supported fields and operators are: field operator `environment` `=`, `IN` (Use value `draft` for draft environment) `test_time` `>`, `<` `latest` only returns the latest test result in all results for each test case. Examples: * "environment=draft AND latest" matches the latest test result for each test case in the draft environment. * "environment IN (e1,e2)" matches any test case results with an environment resource name of either "e1" or "e2". * "test_time > 1602540713" matches any test case results with test time later than a unix timestamp in seconds 1602540713.

          Location : query

  • dialogflow.projects.locations.agents.testCases.results.get

      Parameters :

        name

          Required : Yes

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

          Description : Required. The name of the testcase. Format: `projects//locations//agents//testCases//results/`.

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.testCases.list

      Parameters :

        view

          Description : Specifies whether response should include all fields or just the metadata.

          Enum Descriptions :

        • The default / unset value. The API will default to the BASIC view.
        • Include basic metadata about the test case, but not the conversation turns. This is the default value.
        • Include everything.
        • Location : query

          Type : string

          Enum :

        • TEST_CASE_VIEW_UNSPECIFIED
        • BASIC
        • FULL

        parent

          Location : path

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

          Description : Required. The agent to list all pages for. Format: `projects//locations//agents/`.

          Type : string

          Required : Yes

        pageSize

          Location : query

          Format : int32

          Description : The maximum number of items to return in a single page. By default 20. Note that when TestCaseView = FULL, the maximum page size allowed is 20. When TestCaseView = BASIC, the maximum page size allowed is 500.

          Type : integer

        pageToken

          Location : query

          Type : string

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

  • dialogflow.projects.locations.agents.testCases.run

      Parameters :

        name

          Description : Required. Format of test case name to run: `projects//locations//agents//testCases/`.

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

          Location : path

          Type : string

          Required : Yes

  • dialogflow.projects.locations.agents.testCases.calculateCoverage

      Parameters :

        agent

          Description : Required. The agent to calculate coverage for. Format: `projects//locations//agents/`.

          Location : path

          Type : string

          Required : Yes

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

        type

          Description : Required. The type of coverage requested.

          Enum :

        • COVERAGE_TYPE_UNSPECIFIED
        • INTENT
        • PAGE_TRANSITION
        • TRANSITION_ROUTE_GROUP
        • Location : query

          Type : string

          Enum Descriptions :

        • Should never be used.
        • Intent coverage.
        • Page transition coverage.
        • Transition route group coverage.

  • dialogflow.projects.locations.agents.testCases.batchDelete

      Parameters :

        parent

          Type : string

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

          Description : Required. The agent to delete test cases from. Format: `projects//locations//agents/`.

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.testCases.create

      Parameters :

        parent

          Type : string

          Required : Yes

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

          Location : path

          Description : Required. The agent to create the test case for. Format: `projects//locations//agents/`.

  • dialogflow.projects.locations.agents.testCases.export

      Parameters :

        parent

          Type : string

          Description : Required. The agent where to export test cases from. Format: `projects//locations//agents/`.

          Location : path

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

          Required : Yes

  • dialogflow.projects.locations.agents.testCases.import

      Parameters :

        parent

          Description : Required. The agent to import test cases to. Format: `projects//locations//agents/`.

          Required : Yes

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

          Location : path

          Type : string

  • dialogflow.projects.locations.agents.testCases.patch

      Parameters :

        name

          Description : The unique identifier of the test case. TestCases.CreateTestCase will populate the name automatically. Otherwise use format: `projects//locations//agents//testCases/`.

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

          Location : path

          Required : Yes

          Type : string

        updateMask

          Type : string

          Description : Required. The mask to specify which fields should be updated. The `creationTime` and `lastTestResult` cannot be updated.

          Format : google-fieldmask

          Location : query

  • dialogflow.projects.locations.agents.testCases.batchRun

      Parameters :

        parent

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

          Description : Required. Agent name. Format: `projects//locations//agents/`.

          Location : path

          Type : string

          Required : Yes

  • dialogflow.projects.locations.agents.testCases.get

      Parameters :

        name

          Description : Required. The name of the testcase. Format: `projects//locations//agents//testCases/`.

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

          Required : Yes

          Location : path

          Type : string

  • dialogflow.projects.locations.agents.flows.versions.compareVersions

      Parameters :

        baseVersion

          Required : Yes

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

          Type : string

          Description : Required. Name of the base flow version to compare with the target version. Use version ID `0` to indicate the draft version of the specified flow. Format: `projects//locations//agents//flows//versions/`.

          Location : path

  • dialogflow.projects.locations.agents.flows.versions.create

      Parameters :

        parent

          Location : path

          Required : Yes

          Description : Required. The Flow to create an Version for. Format: `projects//locations//agents//flows/`.

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

          Type : string

  • dialogflow.projects.locations.agents.flows.versions.load

      Parameters :

        name

          Type : string

          Location : path

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

          Description : Required. The Version to be loaded to draft flow. Format: `projects//locations//agents//flows//versions/`.

          Required : Yes

  • dialogflow.projects.locations.agents.flows.versions.patch

      Parameters :

        updateMask

          Location : query

          Type : string

          Description : Required. The mask to control which fields get updated. Currently only `description` and `display_name` can be updated.

          Format : google-fieldmask

        name

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

          Location : path

          Type : string

          Required : Yes

          Description : Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation.

  • dialogflow.projects.locations.agents.flows.versions.get

      Parameters :

        name

          Description : Required. The name of the Version. Format: `projects//locations//agents//flows//versions/`.

          Type : string

          Location : path

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

          Required : Yes

  • dialogflow.projects.locations.agents.flows.versions.delete

      Parameters :

        name

          Description : Required. The name of the Version to delete. Format: `projects//locations//agents//flows//versions/`.

          Required : Yes

          Type : string

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

          Location : path

  • dialogflow.projects.locations.agents.flows.versions.list

      Parameters :

        pageToken

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

          Type : string

          Location : query

        parent

          Description : Required. The Flow to list all versions for. Format: `projects//locations//agents//flows/`.

          Type : string

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

          Location : path

          Required : Yes

        pageSize

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

          Type : integer

          Format : int32

          Location : query

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

      Parameters :

        languageCode

          Type : string

          Location : query

          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.

        name

          Type : string

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

          Location : path

          Required : Yes

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

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

      Parameters :

        languageCode

          Type : string

          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.

          Location : query

        parent

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

          Required : Yes

          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.

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

      Parameters :

        force

          Type : boolean

          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.

        name

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

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

          Required : Yes

          Location : path

          Type : string

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

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+/flows/[^/]+/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

        languageCode

          Location : query

          Type : string

          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.

        updateMask

          Type : string

          Location : query

          Description : The mask to control which fields get updated.

          Format : google-fieldmask

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

      Parameters :

        pageToken

          Type : string

          Location : query

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

        languageCode

          Location : query

          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.

          Type : string

        parent

          Type : string

          Location : path

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

          Required : Yes

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

        pageSize

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

          Location : query

          Type : integer

          Format : int32

  • dialogflow.projects.locations.agents.flows.pages.delete

      Parameters :

        name

          Required : Yes

          Type : string

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

          Location : path

          Description : Required. The name of the page to delete. Format: `projects//locations//agents//Flows//pages/`.

        force

          Description : This field has no effect for pages with no incoming transitions. For pages with incoming transitions: * If `force` is set to false, an error will be returned with message indicating the incoming transitions. * If `force` is set to true, Dialogflow will remove the page, as well as any transitions to the page (i.e. Target page in event handlers or Target page in transition routes that point to this page will be cleared).

          Location : query

          Type : boolean

  • dialogflow.projects.locations.agents.flows.pages.list

      Parameters :

        languageCode

          Description : The language to list pages for. The following fields are language dependent: * `Page.entry_fulfillment.messages` * `Page.entry_fulfillment.conditional_cases` * `Page.event_handlers.trigger_fulfillment.messages` * `Page.event_handlers.trigger_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.transition_routes.trigger_fulfillment.messages` * `Page.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

        pageSize

          Location : query

          Type : integer

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

          Format : int32

        pageToken

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

          Type : string

          Location : query

        parent

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

          Description : Required. The flow to list all pages for. Format: `projects//locations//agents//flows/`.

          Type : string

          Required : Yes

          Location : path

  • dialogflow.projects.locations.agents.flows.pages.patch

      Parameters :

        updateMask

          Location : query

          Type : string

          Format : google-fieldmask

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

        languageCode

          Description : The language of the following fields in `page`: * `Page.entry_fulfillment.messages` * `Page.entry_fulfillment.conditional_cases` * `Page.event_handlers.trigger_fulfillment.messages` * `Page.event_handlers.trigger_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.transition_routes.trigger_fulfillment.messages` * `Page.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

        name

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

          Location : path

          Required : Yes

          Description : The unique identifier of the page. Required for the Pages.UpdatePage method. Pages.CreatePage populates the name automatically. Format: `projects//locations//agents//flows//pages/`.

          Type : string

  • dialogflow.projects.locations.agents.flows.pages.get

      Parameters :

        name

          Location : path

          Required : Yes

          Description : Required. The name of the page. Format: `projects//locations//agents//flows//pages/`.

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

          Type : string

        languageCode

          Type : string

          Description : The language to retrieve the page for. The following fields are language dependent: * `Page.entry_fulfillment.messages` * `Page.entry_fulfillment.conditional_cases` * `Page.event_handlers.trigger_fulfillment.messages` * `Page.event_handlers.trigger_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.transition_routes.trigger_fulfillment.messages` * `Page.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

  • dialogflow.projects.locations.agents.flows.pages.create

      Parameters :

        languageCode

          Type : string

          Location : query

          Description : The language of the following fields in `page`: * `Page.entry_fulfillment.messages` * `Page.entry_fulfillment.conditional_cases` * `Page.event_handlers.trigger_fulfillment.messages` * `Page.event_handlers.trigger_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.messages` * `Page.form.parameters.fill_behavior.initial_prompt_fulfillment.conditional_cases` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.messages` * `Page.form.parameters.fill_behavior.reprompt_event_handlers.conditional_cases` * `Page.transition_routes.trigger_fulfillment.messages` * `Page.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.

        parent

          Type : string

          Required : Yes

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

          Location : path

          Description : Required. The flow to create a page for. Format: `projects//locations//agents//flows/`.

  • dialogflow.projects.locations.agents.flows.getValidationResult

      Parameters :

        name

          Location : path

          Description : Required. The flow name. Format: `projects//locations//agents//flows//validationResult`.

          Type : string

          Required : Yes

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

        languageCode

          Description : If not specified, the agent's default language is used.

          Location : query

          Type : string

  • dialogflow.projects.locations.agents.flows.list

      Parameters :

        parent

          Description : Required. The agent containing the flows. Format: `projects//locations//agents/`.

          Location : path

          Required : Yes

          Type : string

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

        pageToken

          Type : string

          Location : query

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

        pageSize

          Format : int32

          Location : query

          Type : integer

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

        languageCode

          Description : The language to list flows for. The following fields are language dependent: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `Flow.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

  • dialogflow.projects.locations.agents.flows.get

      Parameters :

        name

          Location : path

          Description : Required. The name of the flow to get. Format: `projects//locations//agents//flows/`.

          Required : Yes

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

          Type : string

        languageCode

          Type : string

          Location : query

          Description : The language to retrieve the flow for. The following fields are language dependent: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `Flow.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.

  • dialogflow.projects.locations.agents.flows.train

      Parameters :

        name

          Location : path

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

          Description : Required. The flow to train. Format: `projects//locations//agents//flows/`.

          Required : Yes

          Type : string

  • dialogflow.projects.locations.agents.flows.import

      Parameters :

        parent

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

          Location : path

          Type : string

          Required : Yes

          Description : Required. The agent to import the flow into. Format: `projects//locations//agents/`.

  • dialogflow.projects.locations.agents.flows.patch

      Parameters :

        name

          Type : string

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

          Location : path

          Required : Yes

          Description : The unique identifier of the flow. Format: `projects//locations//agents//flows/`.

        updateMask

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Type : string

          Location : query

          Format : google-fieldmask

        languageCode

          Location : query

          Type : string

          Description : The language of the following fields in `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `Flow.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.

  • dialogflow.projects.locations.agents.flows.validate

      Parameters :

        name

          Required : Yes

          Description : Required. The flow to validate. Format: `projects//locations//agents//flows/`.

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

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.flows.delete

      Parameters :

        force

          Description : This field has no effect for flows with no incoming transitions. For flows with incoming transitions: * If `force` is set to false, an error will be returned with message indicating the incoming transitions. * If `force` is set to true, Dialogflow will remove the flow, as well as any transitions to the flow (i.e. Target flow in event handlers or Target flow in transition routes that point to this flow will be cleared).

          Location : query

          Type : boolean

        name

          Location : path

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

          Type : string

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

          Required : Yes

  • dialogflow.projects.locations.agents.flows.create

      Parameters :

        languageCode

          Type : string

          Description : The language of the following fields in `flow`: * `Flow.event_handlers.trigger_fulfillment.messages` * `Flow.event_handlers.trigger_fulfillment.conditional_cases` * `Flow.transition_routes.trigger_fulfillment.messages` * `Flow.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

        parent

          Required : Yes

          Description : Required. The agent to create a flow for. Format: `projects//locations//agents/`.

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

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.flows.export

      Parameters :

        name

          Type : string

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

          Location : path

          Description : Required. The name of the flow to export. Format: `projects//locations//agents//flows/`.

          Required : Yes

  • dialogflow.projects.locations.agents.intents.export

      Parameters :

        parent

          Location : path

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

          Description : Required. The name of the parent agent to export intents. Format: `projects//locations//agents/`.

          Type : string

          Required : Yes

  • dialogflow.projects.locations.agents.intents.get

      Parameters :

        languageCode

          Type : string

          Location : query

          Description : The language to retrieve the intent for. The following fields are language dependent: * `Intent.training_phrases.parts.text` 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

          Type : string

          Location : path

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

          Required : Yes

          Description : Required. The name of the intent. Format: `projects//locations//agents//intents/`.

  • dialogflow.projects.locations.agents.intents.patch

      Parameters :

        updateMask

          Type : string

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Location : query

          Format : google-fieldmask

        name

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

          Location : path

          Description : The unique identifier of the intent. Required for the Intents.UpdateIntent method. Intents.CreateIntent populates the name automatically. Format: `projects//locations//agents//intents/`.

          Type : string

          Required : Yes

        languageCode

          Type : string

          Description : The language of the following fields in `intent`: * `Intent.training_phrases.parts.text` 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

  • dialogflow.projects.locations.agents.intents.create

      Parameters :

        languageCode

          Type : string

          Description : The language of the following fields in `intent`: * `Intent.training_phrases.parts.text` 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

        parent

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

          Location : path

          Description : Required. The agent to create an intent for. Format: `projects//locations//agents/`.

          Type : string

          Required : Yes

  • dialogflow.projects.locations.agents.intents.import

      Parameters :

        parent

          Required : Yes

          Location : path

          Description : Required. The agent to import the intents into. Format: `projects//locations//agents/`.

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

          Type : string

  • dialogflow.projects.locations.agents.intents.list

      Parameters :

        parent

          Required : Yes

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

          Description : Required. The agent to list all intents for. Format: `projects//locations//agents/`.

          Type : string

          Location : path

        languageCode

          Type : string

          Location : query

          Description : The language to list intents for. The following fields are language dependent: * `Intent.training_phrases.parts.text` 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.

        intentView

          Description : The resource view to apply to the returned intent.

          Location : query

          Enum Descriptions :

        • Not specified. Treated as INTENT_VIEW_FULL.
        • Training phrases field is not populated in the response.
        • All fields are populated.
        • Type : string

          Enum :

        • INTENT_VIEW_UNSPECIFIED
        • INTENT_VIEW_PARTIAL
        • INTENT_VIEW_FULL

        pageSize

          Location : query

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

          Type : integer

          Format : int32

        pageToken

          Location : query

          Type : string

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

  • dialogflow.projects.locations.agents.intents.delete

      Parameters :

        name

          Description : Required. The name of the intent to delete. Format: `projects//locations//agents//intents/`.

          Location : path

          Type : string

          Required : Yes

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

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

      Parameters :

        name

          Type : string

          Required : Yes

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

          Location : path

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

        force

          Type : boolean

          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.

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

      Parameters :

        languageCode

          Location : query

          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

        name

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

          Required : Yes

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

          Location : path

          Type : string

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

      Parameters :

        pageSize

          Type : integer

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

          Location : query

          Format : int32

        pageToken

          Type : string

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

          Location : query

        parent

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

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

          Type : string

          Location : path

          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

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

      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.

          Location : query

          Type : string

        parent

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

          Type : string

          Required : Yes

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

          Location : path

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

      Parameters :

        updateMask

          Type : string

          Location : query

          Description : The mask to control which fields get updated.

          Format : google-fieldmask

        name

          Required : Yes

          Type : string

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

          Location : path

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

        languageCode

          Type : string

          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.

          Location : query

  • dialogflow.projects.locations.agents.environments.get

      Parameters :

        name

          Type : string

          Location : path

          Required : Yes

          Description : Required. The name of the Environment. Format: `projects//locations//agents//environments/`.

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

  • dialogflow.projects.locations.agents.environments.lookupEnvironmentHistory

      Parameters :

        pageSize

          Location : query

          Type : integer

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

          Format : int32

        name

          Type : string

          Required : Yes

          Location : path

          Description : Required. Resource name of the environment to look up the history for. Format: `projects//locations//agents//environments/`.

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

        pageToken

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

          Type : string

          Location : query

  • dialogflow.projects.locations.agents.environments.patch

      Parameters :

        updateMask

          Description : Required. The mask to control which fields get updated.

          Format : google-fieldmask

          Location : query

          Type : string

        name

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

          Description : The name of the environment. Format: `projects//locations//agents//environments/`.

          Location : path

          Required : Yes

          Type : string

  • dialogflow.projects.locations.agents.environments.create

      Parameters :

        parent

          Type : string

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

          Description : Required. The Agent to create an Environment for. Format: `projects//locations//agents/`.

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.environments.list

      Parameters :

        parent

          Type : string

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

          Required : Yes

          Description : Required. The Agent to list all environments for. Format: `projects//locations//agents/`.

          Location : path

        pageToken

          Location : query

          Type : string

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

        pageSize

          Format : int32

          Type : integer

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

          Location : query

  • dialogflow.projects.locations.agents.environments.deployFlow

      Parameters :

        environment

          Type : string

          Description : Required. The environment to deploy the flow to. Format: `projects//locations//agents//environments/`.

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

          Required : Yes

          Location : path

  • dialogflow.projects.locations.agents.environments.delete

      Parameters :

        name

          Description : Required. The name of the Environment to delete. Format: `projects//locations//agents//environments/`.

          Required : Yes

          Location : path

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

          Type : string

  • dialogflow.projects.locations.agents.environments.runContinuousTest

      Parameters :

        environment

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

          Required : Yes

          Location : path

          Type : string

          Description : Required. Format: `projects//locations//agents//environments/`.

  • dialogflow.projects.locations.agents.environments.continuousTestResults.list

      Parameters :

        parent

          Required : Yes

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

          Location : path

          Description : Required. The environment to list results for. Format: `projects//locations//agents//environments/`.

          Type : string

        pageToken

          Type : string

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

          Location : query

        pageSize

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

          Location : query

          Format : int32

          Type : integer

  • dialogflow.projects.locations.agents.environments.experiments.stop

      Parameters :

        name

          Type : string

          Description : Required. Resource name of the experiment to stop. Format: `projects//locations//agents//environments//experiments/`.

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

          Required : Yes

          Location : path

  • dialogflow.projects.locations.agents.environments.experiments.delete

      Parameters :

        name

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

          Required : Yes

          Location : path

          Type : string

          Description : Required. The name of the Environment to delete. Format: `projects//locations//agents//environments//experiments/`.

  • dialogflow.projects.locations.agents.environments.experiments.create

      Parameters :

        parent

          Location : path

          Type : string

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

          Required : Yes

          Description : Required. The Agent to create an Environment for. Format: `projects//locations//agents//environments/`.

  • dialogflow.projects.locations.agents.environments.experiments.start

      Parameters :

        name

          Type : string

          Required : Yes

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

          Description : Required. Resource name of the experiment to start. Format: `projects//locations//agents//environments//experiments/`.

          Location : path

  • dialogflow.projects.locations.agents.environments.experiments.get

      Parameters :

        name

          Location : path

          Description : Required. The name of the Environment. Format: `projects//locations//agents//environments//experiments/`.

          Required : Yes

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

          Type : string

  • dialogflow.projects.locations.agents.environments.experiments.patch

      Parameters :

        name

          Location : path

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

          Required : Yes

          Description : The name of the experiment. Format: projects//locations//agents//environments//experiments/.

          Type : string

        updateMask

          Description : Required. The mask to control which fields get updated.

          Location : query

          Format : google-fieldmask

          Type : string

  • dialogflow.projects.locations.agents.environments.experiments.list

      Parameters :

        pageSize

          Format : int32

          Location : query

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

          Type : integer

        parent

          Description : Required. The Environment to list all environments for. Format: `projects//locations//agents//environments/`.

          Location : path

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

          Required : Yes

          Type : string

        pageToken

          Location : query

          Type : string

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

  • dialogflow.projects.locations.agents.environments.sessions.entityTypes.delete

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$

          Description : Required. The name of the session entity type to delete. Format: `projects//locations//agents//sessions//entityTypes/` or `projects//locations//agents//environments//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Location : path

  • dialogflow.projects.locations.agents.environments.sessions.entityTypes.list

      Parameters :

        pageSize

          Type : integer

          Location : query

          Format : int32

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

        parent

          Location : path

          Required : Yes

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

          Type : string

          Description : Required. The session to list all session entity types from. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment.

        pageToken

          Type : string

          Location : query

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

  • dialogflow.projects.locations.agents.environments.sessions.entityTypes.get

      Parameters :

        name

          Description : Required. The name of the session entity type. Format: `projects//locations//agents//sessions//entityTypes/` or `projects//locations//agents//environments//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$

          Location : path

          Required : Yes

  • dialogflow.projects.locations.agents.environments.sessions.entityTypes.create

      Parameters :

        parent

          Required : Yes

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

          Type : string

          Location : path

          Description : Required. The session to create a session entity type for. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment.

  • dialogflow.projects.locations.agents.environments.sessions.entityTypes.patch

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+/environments/[^/]+/sessions/[^/]+/entityTypes/[^/]+$

          Location : path

          Description : Required. The unique identifier of the session entity type. Format: `projects//locations//agents//sessions//entityTypes/` or `projects//locations//agents//environments//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Type : string

          Required : Yes

        updateMask

          Type : string

          Format : google-fieldmask

          Description : The mask to control which fields get updated.

          Location : query

  • dialogflow.projects.locations.agents.environments.sessions.matchIntent

      Parameters :

        session

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

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session).

          Type : string

          Required : Yes

          Location : path

  • dialogflow.projects.locations.agents.environments.sessions.serverStreamingDetectIntent

      Parameters :

        session

          Type : string

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

          Required : Yes

          Location : path

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).

  • dialogflow.projects.locations.agents.environments.sessions.fulfillIntent

      Parameters :

        session

          Location : path

          Required : Yes

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session).

          Type : string

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

  • dialogflow.projects.locations.agents.environments.sessions.detectIntent

      Parameters :

        session

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).

          Type : string

          Location : path

          Required : Yes

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

  • dialogflow.projects.locations.agents.environments.deployments.list

      Parameters :

        pageToken

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

          Location : query

          Type : string

        pageSize

          Location : query

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

          Format : int32

          Type : integer

        parent

          Description : Required. The Environment to list all environments for. Format: `projects//locations//agents//environments/`.

          Location : path

          Required : Yes

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

          Type : string

  • dialogflow.projects.locations.agents.environments.deployments.get

      Parameters :

        name

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

          Type : string

          Required : Yes

          Location : path

          Description : Required. The name of the Deployment. Format: `projects//locations//agents//environments//deployments/`.

  • dialogflow.projects.locations.agents.playbooks.export

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

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

          Description : Required. The name of the playbook to export. Format: `projects//locations//agents//playbooks/`.

  • dialogflow.projects.locations.agents.playbooks.patch

      Parameters :

        name

          Location : path

          Required : Yes

          Type : string

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

          Description : The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.

        updateMask

          Type : string

          Location : query

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Format : google-fieldmask

  • dialogflow.projects.locations.agents.playbooks.delete

      Parameters :

        name

          Type : string

          Description : Required. The name of the playbook to delete. Format: `projects//locations//agents//playbooks/`.

          Required : Yes

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

          Location : path

  • dialogflow.projects.locations.agents.playbooks.create

      Parameters :

        parent

          Type : string

          Description : Required. The agent to create a playbook for. Format: `projects//locations//agents/`.

          Required : Yes

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

          Location : path

  • dialogflow.projects.locations.agents.playbooks.get

      Parameters :

        name

          Type : string

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

          Required : Yes

          Location : path

          Description : Required. The name of the playbook. Format: `projects//locations//agents//playbooks/`.

  • dialogflow.projects.locations.agents.playbooks.list

      Parameters :

        pageToken

          Type : string

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

          Location : query

        parent

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

          Required : Yes

          Description : Required. The agent to list playbooks from. Format: `projects//locations//agents/`.

          Location : path

          Type : string

        pageSize

          Location : query

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

          Format : int32

          Type : integer

  • dialogflow.projects.locations.agents.playbooks.import

      Parameters :

        parent

          Type : string

          Required : Yes

          Location : path

          Description : Required. The agent to import the playbook into. Format: `projects//locations//agents/`.

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

  • dialogflow.projects.locations.agents.playbooks.examples.create

      Parameters :

        parent

          Location : path

          Required : Yes

          Type : string

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

          Description : Required. The playbook to create an example for. Format: `projects//locations//agents//playbooks/`.

  • dialogflow.projects.locations.agents.playbooks.examples.delete

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

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

          Description : Required. The name of the example to delete. Format: `projects//locations//agents//playbooks//examples/`.

  • dialogflow.projects.locations.agents.playbooks.examples.get

      Parameters :

        name

          Description : Required. The name of the example. Format: `projects//locations//agents//playbooks//examples/`.

          Location : path

          Type : string

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

          Required : Yes

  • dialogflow.projects.locations.agents.playbooks.examples.list

      Parameters :

        languageCode

          Location : query

          Type : string

          Description : Optional. The language to list examples for. If not specified, list all examples under the playbook. Note: languages must be enabled in the agent before they can be used.

        pageToken

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

          Type : string

          Location : query

        parent

          Required : Yes

          Description : Required. The playbook to list the examples from. Format: `projects//locations//agents//playbooks/`.

          Location : path

          Type : string

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

        pageSize

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

          Type : integer

          Format : int32

          Location : query

  • dialogflow.projects.locations.agents.playbooks.examples.patch

      Parameters :

        name

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

          Description : The unique identifier of the playbook example. Format: `projects//locations//agents//playbooks//examples/`.

          Location : path

          Required : Yes

          Type : string

        updateMask

          Location : query

          Format : google-fieldmask

          Description : Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Type : string

  • dialogflow.projects.locations.agents.playbooks.versions.delete

      Parameters :

        name

          Description : Required. The name of the playbook version to delete. Format: `projects//locations//agents//playbooks//versions/`.

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

          Location : path

          Required : Yes

          Type : string

  • dialogflow.projects.locations.agents.playbooks.versions.list

      Parameters :

        pageToken

          Location : query

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

          Type : string

        pageSize

          Location : query

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

          Type : integer

          Format : int32

        parent

          Required : Yes

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

          Type : string

          Location : path

          Description : Required. The playbook to list versions for. Format: `projects//locations//agents//playbooks/`.

  • dialogflow.projects.locations.agents.playbooks.versions.restore

      Parameters :

        name

          Location : path

          Required : Yes

          Description : Required. The name of the playbook version. Format: `projects//locations//agents//playbooks//versions/`.

          Type : string

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

  • dialogflow.projects.locations.agents.playbooks.versions.get

      Parameters :

        name

          Type : string

          Location : path

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

          Description : Required. The name of the playbook version. Format: `projects//locations//agents//playbooks//versions/`.

          Required : Yes

  • dialogflow.projects.locations.agents.playbooks.versions.create

      Parameters :

        parent

          Location : path

          Type : string

          Description : Required. The playbook to create a version for. Format: `projects//locations//agents//playbooks/`.

          Required : Yes

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

  • dialogflow.projects.locations.agents.webhooks.delete

      Parameters :

        name

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

          Description : Required. The name of the webhook to delete. Format: `projects//locations//agents//webhooks/`.

          Location : path

          Type : string

          Required : Yes

        force

          Location : query

          Description : This field has no effect for webhook not being used. For webhooks that are used by pages/flows/transition route groups: * If `force` is set to false, an error will be returned with message indicating the referenced resources. * If `force` is set to true, Dialogflow will remove the webhook, as well as any references to the webhook (i.e. Webhook and tagin fulfillments that point to this webhook will be removed).

          Type : boolean

  • dialogflow.projects.locations.agents.webhooks.patch

      Parameters :

        name

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

          Description : The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.

          Location : path

          Required : Yes

          Type : string

        updateMask

          Format : google-fieldmask

          Location : query

          Type : string

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

  • dialogflow.projects.locations.agents.webhooks.get

      Parameters :

        name

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

          Description : Required. The name of the webhook. Format: `projects//locations//agents//webhooks/`.

          Required : Yes

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.webhooks.create

      Parameters :

        parent

          Type : string

          Location : path

          Required : Yes

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

          Description : Required. The agent to create a webhook for. Format: `projects//locations//agents/`.

  • dialogflow.projects.locations.agents.webhooks.list

      Parameters :

        pageToken

          Location : query

          Type : string

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

        pageSize

          Format : int32

          Location : query

          Type : integer

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

        parent

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

          Location : path

          Required : Yes

          Description : Required. The agent to list all webhooks for. Format: `projects//locations//agents/`.

          Type : string

  • dialogflow.projects.locations.agents.changelogs.list

      Parameters :

        parent

          Required : Yes

          Location : path

          Description : Required. The agent containing the changelogs. Format: `projects//locations//agents/`.

          Type : string

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

        filter

          Location : query

          Description : The filter string. Supports filter by user_email, resource, type and create_time. Some examples: 1. By user email: user_email = "someone@google.com" 2. By resource name: resource = "projects/123/locations/global/agents/456/flows/789" 3. By resource display name: display_name = "my agent" 4. By action: action = "Create" 5. By type: type = "flows" 6. By create time. Currently predicates on `create_time` and `create_time_epoch_seconds` are supported: create_time_epoch_seconds > 1551790877 AND create_time <= 2017-01-15T01:30:15.01Z 7. Combination of above filters: resource = "projects/123/locations/global/agents/456/flows/789" AND user_email = "someone@google.com" AND create_time <= 2017-01-15T01:30:15.01Z

          Type : string

        pageToken

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

          Location : query

          Type : string

        pageSize

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

          Location : query

          Format : int32

          Type : integer

  • dialogflow.projects.locations.agents.changelogs.get

      Parameters :

        name

          Location : path

          Type : string

          Description : Required. The name of the changelog to get. Format: `projects//locations//agents//changelogs/`.

          Required : Yes

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

  • dialogflow.projects.locations.agents.sessions.entityTypes.create

      Parameters :

        parent

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

          Location : path

          Required : Yes

          Type : string

          Description : Required. The session to create a session entity type for. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment.

  • dialogflow.projects.locations.agents.sessions.entityTypes.patch

      Parameters :

        name

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

          Type : string

          Description : Required. The unique identifier of the session entity type. Format: `projects//locations//agents//sessions//entityTypes/` or `projects//locations//agents//environments//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Location : path

          Required : Yes

        updateMask

          Description : The mask to control which fields get updated.

          Format : google-fieldmask

          Location : query

          Type : string

  • dialogflow.projects.locations.agents.sessions.entityTypes.delete

      Parameters :

        name

          Required : Yes

          Type : string

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

          Description : Required. The name of the session entity type to delete. Format: `projects//locations//agents//sessions//entityTypes/` or `projects//locations//agents//environments//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Location : path

  • dialogflow.projects.locations.agents.sessions.entityTypes.list

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Location : query

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

        parent

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

          Description : Required. The session to list all session entity types from. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Type : string

          Location : path

          Required : Yes

        pageToken

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

          Location : query

          Type : string

  • dialogflow.projects.locations.agents.sessions.entityTypes.get

      Parameters :

        name

          Type : string

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

          Required : Yes

          Description : Required. The name of the session entity type. Format: `projects//locations//agents//sessions//entityTypes/` or `projects//locations//agents//environments//sessions//entityTypes/`. If `Environment ID` is not specified, we assume default 'draft' environment.

          Location : path

  • dialogflow.projects.locations.agents.sessions.submitAnswerFeedback

      Parameters :

        session

          Required : Yes

          Description : Required. The name of the session the feedback was sent to.

          Location : path

          Type : string

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

  • dialogflow.projects.locations.agents.sessions.serverStreamingDetectIntent

      Parameters :

        session

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

          Required : Yes

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).

          Location : path

          Type : string

  • dialogflow.projects.locations.agents.sessions.matchIntent

      Parameters :

        session

          Type : string

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

          Location : path

          Required : Yes

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session).

  • dialogflow.projects.locations.agents.sessions.detectIntent

      Parameters :

        session

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session). Note: Always use agent versions for production traffic. See [Versions and environments](https://cloud.google.com/dialogflow/cx/docs/concept/version).

          Required : Yes

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

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.sessions.fulfillIntent

      Parameters :

        session

          Required : Yes

          Location : path

          Description : Required. The name of the session this query is sent to. Format: `projects//locations//agents//sessions/` or `projects//locations//agents//environments//sessions/`. If `Environment ID` is not specified, we assume default 'draft' environment. It's up to the API caller to choose an appropriate `Session ID`. It can be a random number or some type of session identifiers (preferably hashed). The length of the `Session ID` must not exceed 36 characters. For more information, see the [sessions guide](https://cloud.google.com/dialogflow/cx/docs/concept/session).

          Type : string

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

  • dialogflow.projects.locations.agents.generators.list

      Parameters :

        pageSize

          Location : query

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

          Type : integer

          Format : int32

        languageCode

          Type : string

          Description : The language to list generators for.

          Location : query

        pageToken

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

          Type : string

          Location : query

        parent

          Description : Required. The agent to list all generators for. Format: `projects//locations//agents/`.

          Type : string

          Required : Yes

          Location : path

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

  • dialogflow.projects.locations.agents.generators.patch

      Parameters :

        languageCode

          Description : The language to list generators for.

          Location : query

          Type : string

        updateMask

          Type : string

          Format : google-fieldmask

          Location : query

          Description : The mask to control which fields get updated. If the mask is not present, all fields will be updated.

        name

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

          Description : The unique identifier of the generator. Must be set for the Generators.UpdateGenerator method. Generators.CreateGenerate populates the name automatically. Format: `projects//locations//agents//generators/`.

          Required : Yes

          Type : string

          Location : path

  • dialogflow.projects.locations.agents.generators.get

      Parameters :

        name

          Type : string

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

          Required : Yes

          Location : path

          Description : Required. The name of the generator. Format: `projects//locations//agents//generators/`.

        languageCode

          Description : The language to list generators for.

          Location : query

          Type : string

  • dialogflow.projects.locations.agents.generators.delete

      Parameters :

        force

          Description : This field has no effect for generators not being used. For generators that are used by pages/flows/transition route groups: * If `force` is set to false, an error will be returned with message indicating the referenced resources. * If `force` is set to true, Dialogflow will remove the generator, as well as any references to the generator (i.e. Generator) in fulfillments.

          Type : boolean

          Location : query

        name

          Location : path

          Type : string

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

          Description : Required. The name of the generator to delete. Format: `projects//locations//agents//generators/`.

          Required : Yes

  • dialogflow.projects.locations.agents.generators.create

      Parameters :

        languageCode

          Type : string

          Location : query

          Description : The language to create generators for the following fields: * `Generator.prompt_text.text` If not specified, the agent's default language is used.

        parent

          Required : Yes

          Type : string

          Description : Required. The agent to create a generator for. Format: `projects//locations//agents/`.

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

          Location : path

  • dialogflow.projects.locations.securitySettings.delete

      Parameters :

        name

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

          Description : Required. The name of the SecuritySettings to delete. Format: `projects//locations//securitySettings/`.

          Required : Yes

          Location : path

          Type : string

  • dialogflow.projects.locations.securitySettings.list

      Parameters :

        pageToken

          Type : string

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

          Location : query

        parent

          Type : string

          Description : Required. The location to list all security settings for. Format: `projects//locations/`.

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

          Location : path

          Required : Yes

        pageSize

          Type : integer

          Format : int32

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

          Location : query

  • dialogflow.projects.locations.securitySettings.create

      Parameters :

        parent

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

          Description : Required. The location to create an SecuritySettings for. Format: `projects//locations/`.

          Required : Yes

          Location : path

          Type : string

  • dialogflow.projects.locations.securitySettings.get

      Parameters :

        name

          Required : Yes

          Description : Required. Resource name of the settings. Format: `projects//locations//securitySettings/`.

          Location : path

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

          Type : string

  • dialogflow.projects.locations.securitySettings.patch

      Parameters :

        name

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

          Required : Yes

          Type : string

          Location : path

          Description : Resource name of the settings. Required for the SecuritySettingsService.UpdateSecuritySettings method. SecuritySettingsService.CreateSecuritySettings populates the name automatically. Format: `projects//locations//securitySettings/`.

        updateMask

          Format : google-fieldmask

          Location : query

          Description : Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

          Type : string