Contact Center AI Insights API (contactcenterinsights:v1)

2026-02-03

12 new methods

Additions

    Methods
  • contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.generativeInsights

      Parameters :

        location

          Location : path

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

          Type : string

          Required : Yes

          Description : Required. The location of the data. "projects/{project}/locations/{location}"

      Description : Natural language based Insights which powers the next generation of dashboards in Insights. Next generation of QueryMetrics.

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

      Parameter Order : location

      HTTP Method : POST

      Path : v1/{+location}:generativeInsights

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}:generativeInsights

  • contactcenterinsights.projects.locations.dashboards.charts.patch

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

      Path : v1/{+name}

      Description : Updates a Chart.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts/{chartsId}

      Parameter Order : name

      Parameters :

        updateMask

          Format : google-fieldmask

          Type : string

          Location : query

          Description : Optional. List of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `display_name`

        name

          Type : string

          Location : path

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

          Required : Yes

          Description : Identifier. Chart resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart}

      HTTP Method : PATCH

  • contactcenterinsights.projects.locations.dashboards.charts.get

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

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts/{chartsId}

      Parameters :

        name

          Type : string

          Location : path

          Description : Required. The name of the chart to get.

          Required : Yes

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

      HTTP Method : GET

      Description : Gets a Chart.

      Parameter Order : name

  • contactcenterinsights.projects.locations.dashboards.charts.create

      Path : v1/{+parent}/charts

      Parameter Order : parent

      Description : Creates a Chart.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts

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

      Parameters :

        chartId

          Description : Optional. A unique ID for the new Chart. This ID will become the final component of the Chart's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.

          Type : string

          Location : query

        parent

          Description : Required. The parent resource of the chart.

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

          Type : string

          Required : Yes

          Location : path

      HTTP Method : POST

  • contactcenterinsights.projects.locations.dashboards.charts.list

      Parameter Order : parent

      Path : v1/{+parent}/charts

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

      Parameters :

        parent

          Required : Yes

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

          Location : path

          Description : Required. The parent resource of the charts.

          Type : string

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts

      HTTP Method : GET

      Description : Lists Charts.

  • contactcenterinsights.projects.locations.dashboards.charts.delete

      Parameter Order : name

      Description : Deletes a Chart.

      Parameters :

        name

          Required : Yes

          Location : path

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

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

          Type : string

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

      HTTP Method : DELETE

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}/charts/{chartsId}

      Path : v1/{+name}

  • contactcenterinsights.projects.locations.dashboards.get

      Description : Gets a Dashboard.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}

      Path : v1/{+name}

      HTTP Method : GET

      Parameter Order : name

      Parameters :

        name

          Description : Required. The name of the dashboard to get.

          Type : string

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

          Location : path

          Required : Yes

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

  • contactcenterinsights.projects.locations.dashboards.list

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

      Parameter Order : parent

      Path : v1/{+parent}/dashboards

      Description : Lists Dashboards.

      HTTP Method : GET

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

      Parameters :

        pageToken

          Description : Optional. The value returned by the last `ListDashboardsResponse`. This value indicates that this is a continuation of a prior `ListDashboards` call and that the system should return the next page of data.

          Location : query

          Type : string

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : Optional. The maximum number of dashboards to return. The service may return fewer than this value. The default and maximum value is 100.

        orderBy

          Description : Optional. The order by expression to order dashboards listed in the response.

          Location : query

          Type : string

        parent

          Location : path

          Type : string

          Required : Yes

          Description : Required. The parent resource of the dashboards.

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

        filter

          Description : Optional. The filter expression to filter dashboards listed in the response.

          Location : query

          Type : string

  • contactcenterinsights.projects.locations.dashboards.create

      Path : v1/{+parent}/dashboards

      Description : Creates a Dashboard.

      Parameters :

        dashboardId

          Description : Optional. A unique ID for the new Dashboard. This ID will become the final component of the Dashboard's resource name. If no ID is specified, a server-generated ID will be used. This value should be 4-64 characters and must match the regular expression `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$`.

          Type : string

          Location : query

        parent

          Type : string

          Required : Yes

          Description : Required. The parent resource of the dashboard.

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

          Location : path

      Parameter Order : parent

      HTTP Method : POST

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

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

  • contactcenterinsights.projects.locations.dashboards.patch

      Parameter Order : name

      Parameters :

        updateMask

          Description : Optional. List of fields to be updated. All possible fields can be updated by passing `*`, or a subset of the following updateable fields can be provided: * `display_name` * `root_container`

          Location : query

          Type : string

          Format : google-fieldmask

        name

          Type : string

          Location : path

          Description : Identifier. Dashboard resource name. Format: projects/{project}/locations/{location}/dashboards/{dashboard}

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

          Required : Yes

      Description : Updates a Dashboard.

      HTTP Method : PATCH

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}

      Path : v1/{+name}

  • contactcenterinsights.projects.locations.dashboards.delete

      Path : v1/{+name}

      Parameter Order : name

      Description : Deletes a Dashboard.

      Parameters :

        name

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

          Location : path

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

          Type : string

          Required : Yes

      HTTP Method : DELETE

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dashboards/{dashboardsId}

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

  • contactcenterinsights.projects.locations.generativeInsights

      Description : Natural language based Insights which powers the next generation of dashboards in Insights. Next generation of QueryMetrics.

      Path : v1/{+location}:generativeInsights

      Parameter Order : location

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

      Parameters :

        location

          Type : string

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

          Required : Yes

          Location : path

          Description : Required. The location of the data. "projects/{project}/locations/{location}"

      HTTP Method : POST

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