segments
Creates, updates, deletes, gets or lists a segments resource.
Overview
| Name | segments |
| Type | Resource |
| Id | google.contactcenterinsights.segments |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
bulk_analyze | exec | projectsId, locationsId, conversationsId | Analyzes multiple conversations in a single request. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
conversationsId | string | |
locationsId | string | |
projectsId | string |
Lifecycle Methods
- bulk_analyze
Analyzes multiple conversations in a single request.
EXEC google.contactcenterinsights.segments.bulk_analyze
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@conversationsId='{{ conversationsId }}' --required
@@json=
'{
"filter": "{{ filter }}",
"analysisPercentage": {{ analysisPercentage }},
"parent": "{{ parent }}",
"annotatorSelector": "{{ annotatorSelector }}"
}'
;