Class ProjectsResource.LocationsResource.DatasetsResource
The "datasets" collection of methods.
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DatasetsResource
Constructors
DatasetsResource(IClientService)
Constructs a new resource.
Declaration
public DatasetsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Conversations
Gets the Conversations resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ConversationsResource Conversations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.ConversationsResource |
Insightsdata
Gets the Insightsdata resource.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.InsightsdataResource Insightsdata { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.InsightsdataResource |
Methods
BulkDeleteFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest, string)
Delete feedback labels in bulk using a filter.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.BulkDeleteFeedbackLabelsRequest BulkDeleteFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest | body | The body of the request. |
| string | parent | Required. The parent resource for new feedback labels. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.BulkDeleteFeedbackLabelsRequest |
BulkDownloadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest, string)
Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.BulkDownloadFeedbackLabelsRequest BulkDownloadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest | body | The body of the request. |
| string | parent | Required. The parent resource for new feedback labels. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.BulkDownloadFeedbackLabelsRequest |
BulkUploadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest, string)
Upload feedback labels from an external source in bulk. Currently supports labeling Quality AI example conversations.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.BulkUploadFeedbackLabelsRequest BulkUploadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest | body | The body of the request. |
| string | parent | Required. The parent resource for new feedback labels. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.BulkUploadFeedbackLabelsRequest |
Create(GoogleCloudContactcenterinsightsV1Dataset, string)
Creates a dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1Dataset body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1Dataset | body | The body of the request. |
| string | parent | Required. The parent resource of the dataset. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.CreateRequest |
Delete(string)
Delete a dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the dataset to delete. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.DeleteRequest |
Get(string)
Gets a dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The name of the dataset to get. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.GetRequest |
List(string)
List datasets matching the input.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent resource of the dataset. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.ListRequest |
ListAllFeedbackLabels(string)
List all feedback labels by project number.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.ListAllFeedbackLabelsRequest ListAllFeedbackLabels(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent resource of all feedback labels per project. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.ListAllFeedbackLabelsRequest |
Patch(GoogleCloudContactcenterinsightsV1Dataset, string)
Updates a dataset.
Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1Dataset body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudContactcenterinsightsV1Dataset | body | The body of the request. |
| string | name | Immutable. Identifier. Resource name of the dataset. Format: projects/{project}/locations/{location}/datasets/{dataset} |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.DatasetsResource.PatchRequest |