Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DatasetsResource

The "datasets" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DatasetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

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
In this article
Back to top Generated by DocFX