blob: 61af22367d6e867c26e306d4800317cbbcd969b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
type: google.api.Service
config_version: 3
name: contactcenterinsights.googleapis.com
title: Contact Center AI Insights API
apis:
- name: google.cloud.contactcenterinsights.v1.ContactCenterInsights
- name: google.longrunning.Operations
types:
- name: google.cloud.contactcenterinsights.v1.CreateAnalysisOperationMetadata
- name: google.cloud.contactcenterinsights.v1.CreateIssueModelMetadata
- name: google.cloud.contactcenterinsights.v1.DeleteIssueModelMetadata
- name: google.cloud.contactcenterinsights.v1.DeployIssueModelMetadata
- name: google.cloud.contactcenterinsights.v1.DeployIssueModelResponse
- name: google.cloud.contactcenterinsights.v1.ExportInsightsDataMetadata
- name: google.cloud.contactcenterinsights.v1.ExportInsightsDataResponse
- name: google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata
- name: google.cloud.contactcenterinsights.v1.UndeployIssueModelResponse
http:
rules:
- selector: google.longrunning.Operations.CancelOperation
post: '/v1/{name=projects/*/locations/*/operations/*}:cancel'
- selector: google.longrunning.Operations.GetOperation
get: '/v1/{name=projects/*/locations/*/operations/*}'
- selector: google.longrunning.Operations.ListOperations
get: '/v1/{name=projects/*/locations/*}/operations'
authentication:
rules:
- selector: 'google.cloud.contactcenterinsights.v1.ContactCenterInsights.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.longrunning.Operations.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|