GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig class
Configs for the input data used to create the issue model.
Constructors
- GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig({String? filter, String? medium, String? trainingConversationsCount})
- GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig.fromJson(Map json_)
Properties
- filter ↔ String?
-
A filter to reduce the conversations used for training the model to a
specific subset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- medium ↔ String?
-
Medium of conversations used in training data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trainingConversationsCount ↔ String?
-
Number of conversations used in training.
getter/setter pair
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