Contact Center AI Insights API (contactcenterinsights:v1)

2024-02-07

2 new methods | 1 updated method

Additions

    Methods
  • contactcenterinsights.projects.locations.issueModels.export

      Path: v1/{+name}:export

      Description: Exports an issue model to the provided destination.

      Parameter Order: name

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

      HTTP Method: POST

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/issueModels/{issueModelsId}:export

      Parameters:

        name

          Required: Yes

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

          Location: path

          Type: string

          Description: Required. The issue model to export

  • contactcenterinsights.projects.locations.issueModels.import

      Path: v1/{+parent}/issueModels:import

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

      Parameter Order: parent

      HTTP Method: POST

      Parameters:

        parent

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

          Description: Required. The parent resource of the issue model.

          Required: Yes

          Type: string

          Location: path

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/issueModels:import

      Description: Imports an issue model from a Cloud Storage bucket.

Updates

    Methods
  • contactcenterinsights.projects.locations.conversations.list

      Parameters:

        orderBy

          Type: string

          Location: query

          Description: Optional. The attribute by which to order conversations in the response. If empty, conversations will be ordered by descending creation time. Supported values are one of the following: * create_time * duration * turn_count * latest_analysis The default sort order is ascending. To specify order, append `asc` or `desc`, i.e. `create_time desc`. See https://google.aip.dev/132#ordering for more details.