GoogleCloudDialogflowV2SmartReplyAnswer constructor

GoogleCloudDialogflowV2SmartReplyAnswer({
  1. String? answerRecord,
  2. double? confidence,
  3. String? reply,
})

Implementation

GoogleCloudDialogflowV2SmartReplyAnswer({
  this.answerRecord,
  this.confidence,
  this.reply,
});