GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData constructor

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

Implementation

GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData({
  this.confidenceScore,
  this.metadata,
  this.queryRecord,
  this.suggestion,
});