ProjectsLocationsResource class

Constructors

ProjectsLocationsResource.new(ApiRequester client)

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.
getEncryptionSpec(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1EncryptionSpec>
Gets location-level encryption key specification.
getSettings(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Settings>
Gets project-level settings.
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
queryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest request, String location, {String? $fields}) Future<GoogleLongrunningOperation>
Query metrics.
queryPerformanceOverview(GoogleCloudContactcenterinsightsV1QueryPerformanceOverviewRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Generates a summary of predefined performance metrics for a set of conversations.
toString() String
A string representation of this object.
inherited
updateSettings(GoogleCloudContactcenterinsightsV1Settings request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1Settings>
Updates project-level settings.

Operators

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