GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig class
Input data config details
Constructors
- GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig.new({GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig? agentAssistInputDataConfig, GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig? datasetInputDataConfig, String? endTime, String? inputDataSourceType, bool? isSummaryGenerationAllowed, int? sampleSize, String? startTime, String? summaryGenerationOption})
- GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig.fromJson(Map json_)
Properties
- agentAssistInputDataConfig ↔ GoogleCloudDialogflowV2GeneratorEvaluationConfigAgentAssistInputDataConfig?
-
The distinctive configs for Agent Assist conversations as the conversation
source.
getter/setter pair
- datasetInputDataConfig ↔ GoogleCloudDialogflowV2GeneratorEvaluationConfigDatasetInputDataConfig?
-
The distinctive configs for dataset as the conversation source.
getter/setter pair
- endTime ↔ String?
-
The end timestamp to fetch conversation data.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDataSourceType ↔ String?
-
The source type of input data.
getter/setter pair
- isSummaryGenerationAllowed ↔ bool?
-
Whether the summary generation is allowed when the pre-existing qualified
summaries are insufficient to cover the sample size.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleSize ↔ int?
-
Desired number of conversation-summary pairs to be evaluated.
getter/setter pair
- startTime ↔ String?
-
The start timestamp to fetch conversation data.
getter/setter pair
- summaryGenerationOption ↔ String?
-
Option to control whether summaries are generated during evaluation.
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