Gemini Enterprise for Customer Experience API (ces:v1)

2026-08-28

3 new methods | 1 updated method

Additions

    Methods
  • ces.projects.locations.apps.deployments.message.stream

      Scopes :

    • https://www.googleapis.com/auth/ces
    • https://www.googleapis.com/auth/cloud-platform
    • Flat Path : v1/projects/{projectsId}/locations/{locationsId}/apps/{appsId}/deployments/{deploymentsId}/message:stream

      Parameters :

        tenant

          Required : Yes

          Type : string

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

          Location : path

          Description : Optional. Opaque routing identifier. Must match the `tenant` value from the selected `AgentInterface` in the Agent Card when that field is set.

      Path : v1/{+tenant}/message:stream

      HTTP Method : POST

      Description : Sends a streaming message to an agent, allowing for real-time interaction and status updates. Streaming version of `SendMessage`

      Parameter Order : tenant

  • ces.projects.locations.apps.message.stream

      Parameter Order : tenant

      Scopes :

    • https://www.googleapis.com/auth/ces
    • https://www.googleapis.com/auth/cloud-platform
    • Flat Path : v1/projects/{projectsId}/locations/{locationsId}/apps/{appsId}/message:stream

      Parameters :

        tenant

          Required : Yes

          Type : string

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

          Location : path

          Description : Optional. Opaque routing identifier. Must match the `tenant` value from the selected `AgentInterface` in the Agent Card when that field is set.

      Path : v1/{+tenant}/message:stream

      HTTP Method : POST

      Description : Sends a streaming message to an agent, allowing for real-time interaction and status updates. Streaming version of `SendMessage`

  • ces.projects.locations.apps.versions.message.stream

      Parameter Order : tenant

      Path : v1/{+tenant}/message:stream

      HTTP Method : POST

      Description : Sends a streaming message to an agent, allowing for real-time interaction and status updates. Streaming version of `SendMessage`

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/apps/{appsId}/versions/{versionsId}/message:stream

      Parameters :

        tenant

          Required : Yes

          Type : string

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

          Location : path

          Description : Optional. Opaque routing identifier. Must match the `tenant` value from the selected `AgentInterface` in the Agent Card when that field is set.

      Scopes :

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

Updates

    Methods
  • ces.projects.locations.apps.conversations.get

      Parameters :

        view

          Type : string

          Enum Descriptions :

        • Not specified, defaults to CONVERSATION_VIEW_BASIC.
        • The basic view. Returns everything except resolved instructions.
        • The full view. Includes resolved instructions dynamically per turn.
        • Enum :

        • CONVERSATION_VIEW_UNSPECIFIED
        • CONVERSATION_VIEW_BASIC
        • CONVERSATION_VIEW_FULL
        • Description : Optional. The view specifying which fields in the response should be populated.

          Location : query