2025-08-26
▼ ▲ contactcenterinsights.projects.locations.conversations.sample
Path : v1/{+parent}/conversations:sample
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/conversations:sample
HTTP Method : POST
Parameters :
parent
Description : Required. The parent resource of the dataset.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Samples conversations based on user configuration and handles the sampled conversations for different use cases.
▼ ▲ contactcenterinsights.projects.locations.datasets.create
Path : v1/{+parent}/datasets
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets
HTTP Method : POST
Parameters :
parent
Description : Required. The parent resource of the dataset.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
datasetId
Description : Optional. The ID to use for the dataset.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a dataset.
▼ ▲ contactcenterinsights.projects.locations.datasets.list
Path : v1/{+parent}/datasets
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets
HTTP Method : GET
Parameters :
parent
Description : Required. The parent resource of the dataset.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of datasets to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty `next_page_token` in the response indicates that more data is available.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The value returned by the last `ListDatasetsResponse`; indicates that this is a continuation of a prior `ListDatasets` call and the system should return the next page of data.
Location : query
Type : string
filter
Description : Optional. A filter to reduce results to a specific subset. Useful for querying datasets with specific properties. Supported fields include, for Q2 though we only support list by project: - `type` - `description` - `project_number`
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : List datasets matching the input.
▼ ▲ contactcenterinsights.projects.locations.datasets.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the dataset to get.
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets a dataset.
▼ ▲ contactcenterinsights.projects.locations.datasets.patch
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}
HTTP Method : PATCH
Parameters :
name
Description : Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset}
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. The list of fields to update.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a dataset.
▼ ▲ contactcenterinsights.projects.locations.datasets.delete
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the dataset to delete.
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a dataset.
▼ ▲ contactcenterinsights.projects.locations.datasets.conversations.sample
Path : v1/{+parent}/conversations:sample
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/datasets/{datasetsId}/conversations:sample
HTTP Method : POST
Parameters :
parent
Description : Required. The parent resource of the dataset.
Pattern : ^projects/[^/]+/locations/[^/]+/datasets/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Samples conversations based on user configuration and handles the sampled conversations for different use cases.