ProjectsLocationsDatasetsResource class

Constructors

ProjectsLocationsDatasetsResource.new(ApiRequester client)

Properties

conversations ProjectsLocationsDatasetsConversationsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
insightsdata ProjectsLocationsDatasetsInsightsdataResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bulkDeleteFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Delete feedback labels in bulk using a filter.
bulkDownloadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Download feedback labels in bulk from an external source.
bulkUploadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Upload feedback labels from an external source in bulk.
create(GoogleCloudContactcenterinsightsV1Dataset request, String parent, {String? datasetId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Dataset>
Creates a dataset.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Delete a dataset.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Dataset>
Gets a dataset.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListDatasetsResponse>
List datasets matching the input.
listAllFeedbackLabels(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse>
List all feedback labels by project number.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1Dataset request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Dataset>
Updates a dataset.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited