GoogleCloudContactcenterinsightsV1Dataset class
Dataset resource represents a collection of conversations that may be bounded (Static Dataset, e.g. golden dataset for training), or unbounded (Dynamic Dataset, e.g. live traffic, or agent training traffic)
Constructors
- GoogleCloudContactcenterinsightsV1Dataset.new({String? createTime, String? description, String? displayName, String? name, String? ttl, String? type, String? updateTime})
- GoogleCloudContactcenterinsightsV1Dataset.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Dataset create time.
getter/setter pair
- description ↔ String?
-
Dataset description.
getter/setter pair
- displayName ↔ String?
-
Display name for the dataaset
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ttl ↔ String?
-
Option TTL for the dataset.
getter/setter pair
- type ↔ String?
-
Dataset usage type.
Possible string values are:
getter/setter pair
- updateTime ↔ String?
-
Dataset update time.
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