GoogleCloudContactcenterinsightsV1IssueModel class
The issue model resource.
Constructors
- GoogleCloudContactcenterinsightsV1IssueModel({String? createTime, String? displayName, GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig? inputDataConfig, String? issueCount, String? languageCode, String? modelType, String? name, String? state, GoogleCloudContactcenterinsightsV1IssueModelLabelStats? trainingStats, String? updateTime})
- GoogleCloudContactcenterinsightsV1IssueModel.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time at which this issue model was created.
getter/setter pair
- displayName ↔ String?
-
The representative name for the issue model.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDataConfig ↔ GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig?
-
Configs for the input data that used to create the issue model.
getter/setter pair
- issueCount ↔ String?
-
Number of issues in this issue model.
getter/setter pair
- languageCode ↔ String?
-
Language of the model.
getter/setter pair
- modelType ↔ String?
-
Type of the model.
Possible string values are:
getter/setter pair
- name ↔ String?
-
The resource name of the issue model.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
State of the model.
getter/setter pair
- trainingStats ↔ GoogleCloudContactcenterinsightsV1IssueModelLabelStats?
-
The issue model's label statistics on its training data.
getter/setter pair
- updateTime ↔ String?
-
The most recent time at which the issue model was updated.
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