2025-04-18
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.get
HTTP Method : GET
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Description : Required. The name of the conversation to get.
Location : path
Type : string
view
Enum Descriptions :
Type : string
Description : The level of details of the conversation. Default is `FULL`.
Location : query
Enum :
Description : Gets a conversation.
Parameter Order : name
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.list
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageSize
Description : The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
Location : query
Type : integer
Format : int32
view
Enum Descriptions :
Description : The level of details of the conversation. Default is `BASIC`.
Type : string
Enum :
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$
Description : Required. The parent resource of the conversation.
Location : path
Type : string
Required : Yes
filter
Description : A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
Location : query
Type : string
pageToken
Description : The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.
Type : string
Location : query
orderBy
Location : query
Type : string
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 * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).
Parameter Order : parent
Description : Lists conversations.
Path : v1/{+parent}/conversations
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.bulkAnalyze
Path : v1/{+parent}/conversations:bulkAnalyze
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations:bulkAnalyze
Description : Analyzes multiple conversations in a single request.
HTTP Method : POST
Parameters :
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$
Description : Required. The parent resource to create analyses in.
Required : Yes
Type : string
Parameter Order : parent
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.delete
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Required : Yes
Location : path
Description : Required. The name of the conversation to delete.
Type : string
force
Description : If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.
Location : query
Type : boolean
Path : v1/{+name}
HTTP Method : DELETE
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Description : Deletes a conversation.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Location : path
Description : Required. The parent resource of the analysis.
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses
HTTP Method : POST
Description : Creates an analysis. The long running operation is done when the analysis has completed.
Parameter Order : parent
Path : v1/{+parent}/analyses
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.get
Path : v1/{+name}
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$
Location : path
Type : string
Description : Required. The name of the analysis to get.
Parameter Order : name
Description : Gets an analysis.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses/{analysesId}
HTTP Method : GET
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.delete
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$
Type : string
Location : path
Description : Required. The name of the analysis to delete.
Description : Deletes an analysis.
HTTP Method : DELETE
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses/{analysesId}
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses
Path : v1/{+parent}/analyses
Parameter Order : parent
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists analyses.
Parameters :
pageToken
Description : The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data.
Type : string
Location : query
parent
Required : Yes
Description : Required. The parent resource of the analyses.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Location : path
pageSize
Format : int32
Description : The maximum number of analyses to return in the response. If this 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
filter
Location : query
Description : A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
Type : string
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.get
Parameter Order : name
Path : v1/{+name}
Parameters :
name
Type : string
Description : Required. The name of the feedback label to get.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}
Description : Get feedback label.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.delete
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}
HTTP Method : DELETE
Path : v1/{+name}
Description : Delete feedback label.
Parameter Order : name
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$
Location : path
Description : Required. The name of the feedback label to delete.
Type : string
Required : Yes
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.create
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create feedback label.
Path : v1/{+parent}/feedbackLabels
Parameters :
parent
Description : Required. The parent resource of the feedback label.
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Type : string
Location : path
Required : Yes
feedbackLabelId
Description : Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
Type : string
Location : query
HTTP Method : POST
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels
HTTP Method : GET
Path : v1/{+parent}/feedbackLabels
Parameter Order : parent
Parameters :
pageToken
Description : Optional. The value returned by the last `ListFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListFeedbackLabels` call and that the system should return the next page of data.
Location : query
Type : string
pageSize
Description : Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
Type : integer
Format : int32
Location : query
parent
Location : path
Required : Yes
Description : Required. The parent resource of the feedback labels.
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Type : string
filter
Type : string
Description : Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels. Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING
Location : query
Description : List feedback labels.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.patch
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$
Location : path
Description : Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
updateMask
Location : query
Format : google-fieldmask
Type : string
Description : Required. The list of fields to be updated.
HTTP Method : PATCH
Parameter Order : name
Path : v1/{+name}
Description : Update feedback label.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.cancel
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations/{operationsId}:cancel
HTTP Method : POST
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/operations/[^/]+$
Description : The name of the operation resource to be cancelled.
Required : Yes
Location : path
Type : string
Path : v1/{+name}:cancel
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.get
Parameter Order : name
Parameters :
name
Description : The name of the operation resource.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/operations/[^/]+$
Location : path
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations/{operationsId}
Path : v1/{+name}
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations
Parameters :
pageSize
Format : int32
Type : integer
Location : query
Description : The standard list page size.
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$
Description : The name of the operation's parent resource.
Type : string
Required : Yes
Location : path
filter
Location : query
Type : string
Description : The standard list filter.
pageToken
Location : query
Description : The standard list page token.
Type : string
HTTP Method : GET
Parameter Order : name
Path : v1/{+name}/operations
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.get
HTTP Method : GET
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Description : Required. The name of the conversation to get.
Location : path
Type : string
view
Enum Descriptions :
Type : string
Description : The level of details of the conversation. Default is `FULL`.
Location : query
Enum :
Description : Gets a conversation.
Parameter Order : name
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.list
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageSize
Description : The maximum number of conversations to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
Location : query
Type : integer
Format : int32
view
Enum Descriptions :
Description : The level of details of the conversation. Default is `BASIC`.
Type : string
Enum :
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$
Description : Required. The parent resource of the conversation.
Location : path
Type : string
Required : Yes
filter
Description : A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
Location : query
Type : string
pageToken
Description : The value returned by the last `ListConversationsResponse`. This value indicates that this is a continuation of a prior `ListConversations` call and that the system should return the next page of data.
Type : string
Location : query
orderBy
Location : query
Type : string
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 * customer_satisfaction_rating * duration * latest_analysis * start_time * turn_count The default sort order is ascending. To specify order, append `asc` or `desc` (`create_time desc`). For more details, see [Google AIPs Ordering](https://google.aip.dev/132#ordering).
Parameter Order : parent
Description : Lists conversations.
Path : v1/{+parent}/conversations
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.bulkAnalyze
Path : v1/{+parent}/conversations:bulkAnalyze
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations:bulkAnalyze
Description : Analyzes multiple conversations in a single request.
HTTP Method : POST
Parameters :
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$
Description : Required. The parent resource to create analyses in.
Required : Yes
Type : string
Parameter Order : parent
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.delete
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Required : Yes
Location : path
Description : Required. The name of the conversation to delete.
Type : string
force
Description : If set to true, all of this conversation's analyses will also be deleted. Otherwise, the request will only succeed if the conversation has no analyses.
Location : query
Type : boolean
Path : v1/{+name}
HTTP Method : DELETE
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Description : Deletes a conversation.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Location : path
Description : Required. The parent resource of the analysis.
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses
HTTP Method : POST
Description : Creates an analysis. The long running operation is done when the analysis has completed.
Parameter Order : parent
Path : v1/{+parent}/analyses
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.get
Path : v1/{+name}
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$
Location : path
Type : string
Description : Required. The name of the analysis to get.
Parameter Order : name
Description : Gets an analysis.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses/{analysesId}
HTTP Method : GET
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.delete
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/analyses/[^/]+$
Type : string
Location : path
Description : Required. The name of the analysis to delete.
Description : Deletes an analysis.
HTTP Method : DELETE
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses/{analysesId}
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.analyses.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/analyses
Path : v1/{+parent}/analyses
Parameter Order : parent
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists analyses.
Parameters :
pageToken
Description : The value returned by the last `ListAnalysesResponse`; indicates that this is a continuation of a prior `ListAnalyses` call and the system should return the next page of data.
Type : string
Location : query
parent
Required : Yes
Description : Required. The parent resource of the analyses.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Location : path
pageSize
Format : int32
Description : The maximum number of analyses to return in the response. If this 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
filter
Location : query
Description : A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
Type : string
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.get
Parameter Order : name
Path : v1/{+name}
Parameters :
name
Type : string
Description : Required. The name of the feedback label to get.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$
Required : Yes
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}
Description : Get feedback label.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.delete
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}
HTTP Method : DELETE
Path : v1/{+name}
Description : Delete feedback label.
Parameter Order : name
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$
Location : path
Description : Required. The name of the feedback label to delete.
Type : string
Required : Yes
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.create
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create feedback label.
Path : v1/{+parent}/feedbackLabels
Parameters :
parent
Description : Required. The parent resource of the feedback label.
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Type : string
Location : path
Required : Yes
feedbackLabelId
Description : Optional. The ID of the feedback label to create. If one is not specified it will be generated by the server.
Type : string
Location : query
HTTP Method : POST
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels
HTTP Method : GET
Path : v1/{+parent}/feedbackLabels
Parameter Order : parent
Parameters :
pageToken
Description : Optional. The value returned by the last `ListFeedbackLabelsResponse`. This value indicates that this is a continuation of a prior `ListFeedbackLabels` call and that the system should return the next page of data.
Location : query
Type : string
pageSize
Description : Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.
Type : integer
Format : int32
Location : query
parent
Location : path
Required : Yes
Description : Required. The parent resource of the feedback labels.
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+$
Type : string
filter
Type : string
Description : Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels. Supported fields: * `issue_model_id` * `qa_question_id` * `qa_scorecard_id` * `min_create_time` * `max_create_time` * `min_update_time` * `max_update_time` * `feedback_label_type`: QUALITY_AI, TOPIC_MODELING
Location : query
Description : List feedback labels.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.conversations.feedbackLabels.patch
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/conversations/{conversationsId}/feedbackLabels/{feedbackLabelsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/conversations/[^/]+/feedbackLabels/[^/]+$
Location : path
Description : Immutable. Resource name of the FeedbackLabel. Format: projects/{project}/locations/{location}/conversations/{conversation}/feedbackLabels/{feedback_label}
updateMask
Location : query
Format : google-fieldmask
Type : string
Description : Required. The list of fields to be updated.
HTTP Method : PATCH
Parameter Order : name
Path : v1/{+name}
Description : Update feedback label.
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.cancel
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations/{operationsId}:cancel
HTTP Method : POST
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/operations/[^/]+$
Description : The name of the operation resource to be cancelled.
Required : Yes
Location : path
Type : string
Path : v1/{+name}:cancel
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.get
Parameter Order : name
Parameters :
name
Description : The name of the operation resource.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+/operations/[^/]+$
Location : path
Type : string
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations/{operationsId}
Path : v1/{+name}
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
▼ ▲ contactcenterinsights.projects.locations.authorizedViewSets.authorizedViews.operations.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authorizedViewSets/{authorizedViewSetsId}/authorizedViews/{authorizedViewsId}/operations
Parameters :
pageSize
Format : int32
Type : integer
Location : query
Description : The standard list page size.
name
Pattern : ^projects/[^/]+/locations/[^/]+/authorizedViewSets/[^/]+/authorizedViews/[^/]+$
Description : The name of the operation's parent resource.
Type : string
Required : Yes
Location : path
filter
Location : query
Type : string
Description : The standard list filter.
pageToken
Location : query
Description : The standard list page token.
Type : string
HTTP Method : GET
Parameter Order : name
Path : v1/{+name}/operations