GoogleCloudContactcenterinsightsV1ArticleSuggestionData constructor

GoogleCloudContactcenterinsightsV1ArticleSuggestionData({
  1. double? confidenceScore,
  2. Map<String, String>? metadata,
  3. String? queryRecord,
  4. String? source,
  5. String? title,
  6. String? uri,
})

Implementation

GoogleCloudContactcenterinsightsV1ArticleSuggestionData({
  this.confidenceScore,
  this.metadata,
  this.queryRecord,
  this.source,
  this.title,
  this.uri,
});