Contact Center AI Insights API (contactcenterinsights:v1)

2025-02-21

2 removed methods

Deletions

    Methods
  • contactcenterinsights.projects.locations.qaQuestionTags.list

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

      Parameters :

        parent

          Type : string

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

          Required : Yes

          Location : path

          Description : Required. The parent resource of the QaQuestionTags.

        pageSize

          Description : Optional. The maximum number of questions to return in the response. If the value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.

          Format : int32

          Type : integer

          Location : query

        filter

          Type : string

          Description : Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Supported fields include the following: * `project_id` - id of the project to list tags for * `qa_scorecard_revision_id` - id of the scorecard revision to list tags for * `qa_question_id - id of the question to list tags for`

          Location : query

        pageToken

          Type : string

          Location : query

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

      Description : Lists the question tags.

      HTTP Method : GET

      Parameter Order : parent

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

      Path : v1/{+parent}/qaQuestionTags

  • contactcenterinsights.projects.locations.qaQuestionTags.create

      Description : Create a QaQuestionTag.

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

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

      HTTP Method : POST

      Path : v1/{+parent}/qaQuestionTags

      Parameters :

        parent

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

          Description : Required. The parent resource of the QaQuestionTag.

          Location : path

          Type : string

          Required : Yes

      Parameter Order : parent