Skip to main content

insightsdata

Creates, updates, deletes, gets or lists an insightsdata resource.

Overview

Nameinsightsdata
TypeResource
Idgoogle.contactcenterinsights.insightsdata

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
exportexecprojectsId, locationsIdExport insights data to a destination defined in the request body.

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
locationsIdstring
projectsIdstring

Lifecycle Methods

Export insights data to a destination defined in the request body.

EXEC google.contactcenterinsights.insightsdata.export 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required
@@json=
'{
"bigQueryDestination": "{{ bigQueryDestination }}",
"parent": "{{ parent }}",
"filter": "{{ filter }}",
"kmsKey": "{{ kmsKey }}",
"writeDisposition": "{{ writeDisposition }}",
"exportSchemaVersion": "{{ exportSchemaVersion }}"
}';