Contact Center AI Insights API (contactcenterinsights:v1)

2026-06-02

4 removed methods

Deletions

    Methods
  • contactcenterinsights.projects.locations.diagnoseConversations

      Path : v1/{+parent}:diagnoseConversations

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}:diagnoseConversations

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The parent resource where the analysis will be performed.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Analyzes conversation data using specialized agentic workflows, such as ReAct, to diagnose issues and provide insights.

  • contactcenterinsights.projects.locations.diagnostics.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/diagnostics/{diagnosticsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The name of the diagnostic to retrieve.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets a diagnostic.

  • contactcenterinsights.projects.locations.diagnostics.list

      Path : v1/{+parent}/diagnostics

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/diagnostics

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent resource of the diagnostics.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of diagnostics to return. The service may return fewer than this value. If unspecified, at most 100 diagnostics will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A page token, received from a previous `ListDiagnostics` call. Provide this to retrieve the subsequent page.

          Location : query

          Type : string

        filter

          Description : Optional. A filter to apply to the list (e.g. `create_time > "2023-01-01T00:00:00Z"`).

          Location : query

          Type : string

        appId

          Description : Optional. The CES App ID to filter diagnostics by.

          Location : query

          Type : string

        appVersion

          Description : Optional. The CES App version to filter diagnostics by. Setting to "-" filters to diagnostics created using "-" (the latest draft version). Note that reports created at different times may correspond to different draft instructions. Setting to "" (empty) retrieves all diagnostics for the app_id regardless of version.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists diagnostics.

  • contactcenterinsights.projects.locations.diagnostics.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/diagnostics/{diagnosticsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. The name of the diagnostic to delete.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a diagnostic.