GoogleCloudDialogflowV2GeneratorEvaluation class

Constructors

GoogleCloudDialogflowV2GeneratorEvaluation({String? completeTime, String? createTime, String? displayName, GoogleCloudDialogflowV2EvaluationStatus? evaluationStatus, GoogleCloudDialogflowV2GeneratorEvaluationConfig? generatorEvaluationConfig, GoogleCloudDialogflowV2Generator? initialGenerator, String? name, bool? satisfiesPzi, bool? satisfiesPzs, GoogleCloudDialogflowV2SummarizationEvaluationMetrics? summarizationMetrics})
GoogleCloudDialogflowV2GeneratorEvaluation.fromJson(Map json_)

Properties

completeTime String?
getter/setter pair
createTime String?
getter/setter pair
displayName String?
getter/setter pair
evaluationStatus GoogleCloudDialogflowV2EvaluationStatus?
getter/setter pair
generatorEvaluationConfig GoogleCloudDialogflowV2GeneratorEvaluationConfig?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initialGenerator GoogleCloudDialogflowV2Generator?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool?
getter/setter pair
satisfiesPzs bool?
getter/setter pair
summarizationMetrics GoogleCloudDialogflowV2SummarizationEvaluationMetrics?
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