123456789101112131415161718192021222324252627282930313233343536373839 |
- 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
|