GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest class
The request to delete conversations in bulk.
Constructors
- GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest({String? filter, bool? force, int? maxDeleteCount, String? parent})
- GoogleCloudContactcenterinsightsV1BulkDeleteConversationsRequest.fromJson(Map json_)
Properties
- filter ↔ String?
-
Filter used to select the subset of conversations to delete.
getter/setter pair
- force ↔ bool?
-
If set to true, all of this conversation's analyses will also be deleted.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxDeleteCount ↔ int?
-
Maximum number of conversations to delete.
getter/setter pair
- parent ↔ String?
-
The parent resource to delete conversations from.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited