GoogleCloudContactcenterinsightsV1Analysis class
The analysis resource.
Constructors
- GoogleCloudContactcenterinsightsV1Analysis({GoogleCloudContactcenterinsightsV1AnalysisResult? analysisResult, GoogleCloudContactcenterinsightsV1AnnotatorSelector? annotatorSelector, String? createTime, String? name, String? requestTime})
- GoogleCloudContactcenterinsightsV1Analysis.fromJson(Map json_)
Properties
- analysisResult ↔ GoogleCloudContactcenterinsightsV1AnalysisResult?
-
The result of the analysis, which is populated when the analysis finishes.
getter/setter pair
- annotatorSelector ↔ GoogleCloudContactcenterinsightsV1AnnotatorSelector?
-
To select the annotators to run and the phrase matchers to use (if any).
getter/setter pair
- createTime ↔ String?
-
The time at which the analysis was created, which occurs when the
long-running operation completes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the analysis.
getter/setter pair
- requestTime ↔ String?
-
The time at which the analysis was requested.
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