GoogleCloudContactcenterinsightsV1SmartReplyData constructor

GoogleCloudContactcenterinsightsV1SmartReplyData({
  1. double? confidenceScore,
  2. Map<String, String>? metadata,
  3. String? queryRecord,
  4. String? reply,
})

Implementation

GoogleCloudContactcenterinsightsV1SmartReplyData({
  this.confidenceScore,
  this.metadata,
  this.queryRecord,
  this.reply,
});