2025-02-13
▼ ▲ contactcenterinsights.projects.locations.qaQuestionTags.create
HTTP Method : POST
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Required : Yes
Description : Required. The parent resource of the QaQuestionTag.
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Location : path
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags
Path : v1/{+parent}/qaQuestionTags
Description : Create a QaQuestionTag.
▼ ▲ contactcenterinsights.projects.locations.qaQuestionTags.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/qaQuestionTags
Path : v1/{+parent}/qaQuestionTags
Parameters :
pageToken
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.
Type : string
parent
Description : Required. The parent resource of the QaQuestionTags.
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Location : path
Required : Yes
filter
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`
Type : string
Location : query
pageSize
Format : int32
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.
Type : integer
Location : query
Description : Lists the question tags.
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent