GoogleCloudDialogflowV2ConversationModelEvaluation constructor

GoogleCloudDialogflowV2ConversationModelEvaluation({
  1. String? createTime,
  2. String? displayName,
  3. GoogleCloudDialogflowV2EvaluationConfig? evaluationConfig,
  4. String? name,
  5. String? rawHumanEvalTemplateCsv,
  6. GoogleCloudDialogflowV2SmartReplyMetrics? smartReplyMetrics,
})

Implementation

GoogleCloudDialogflowV2ConversationModelEvaluation({
  this.createTime,
  this.displayName,
  this.evaluationConfig,
  this.name,
  this.rawHumanEvalTemplateCsv,
  this.smartReplyMetrics,
});