insightsdata
Creates, updates, deletes, gets or lists an insightsdata
resource.
Overview
Name | insightsdata |
Type | Resource |
Id | google.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
export | exec | projectsId , locationsId | Export 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.
Name | Datatype | Description |
---|---|---|
locationsId | string | |
projectsId | string |
Lifecycle Methods
- export
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 }}"
}';