Skip to main content

segments

Creates, updates, deletes, gets or lists a segments resource.

Overview

Namesegments
TypeResource
Idgoogle.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:

NameAccessible byRequired ParamsOptional ParamsDescription
bulk_analyzeexecprojectsId, locationsId, conversationsIdAnalyzes 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.

NameDatatypeDescription
conversationsIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

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 }}"
}'
;