ProjectsLocationsAutoLabelingRulesResource class

Constructors

ProjectsLocationsAutoLabelingRulesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudContactcenterinsightsV1AutoLabelingRule request, String parent, {String? autoLabelingRuleId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1AutoLabelingRule>
Creates an auto labeling rule.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes an auto labeling rule.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1AutoLabelingRule>
Gets an auto labeling rule.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListAutoLabelingRulesResponse>
Lists auto labeling rules.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1AutoLabelingRule request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1AutoLabelingRule>
Updates an auto labeling rule.
test(GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest request, String parent, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleResponse>
Tests auto labeling rules against a conversation.
toString() String
A string representation of this object.
inherited

Operators

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