GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest class
The request to analyze conversations in bulk.
Constructors
- GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest({double? analysisPercentage, GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector, String? filter, String? parent})
- GoogleCloudContactcenterinsightsV1BulkAnalyzeConversationsRequest.fromJson(Map json_)
Properties
- analysisPercentage ↔ double?
-
Percentage of selected conversation to analyze, between [0, 100].
getter/setter pair
- annotatorSelector ↔ GoogleCloudContactcenterinsightsV1AnnotatorSelector?
-
To select the annotators to run and the phrase matchers to use (if any).
getter/setter pair
- filter ↔ String?
-
Filter used to select the subset of conversations to analyze.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The parent resource to create analyses in.
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