GoogleCloudDialogflowV2ConversationModelEvaluation constructor
GoogleCloudDialogflowV2ConversationModelEvaluation({
- String? createTime,
- String? displayName,
- GoogleCloudDialogflowV2EvaluationConfig? evaluationConfig,
- String? name,
- String? rawHumanEvalTemplateCsv,
- GoogleCloudDialogflowV2SmartReplyMetrics? smartReplyMetrics,
Implementation
GoogleCloudDialogflowV2ConversationModelEvaluation({
this.createTime,
this.displayName,
this.evaluationConfig,
this.name,
this.rawHumanEvalTemplateCsv,
this.smartReplyMetrics,
});