GoogleCloudContactcenterinsightsV1Entity constructor

GoogleCloudContactcenterinsightsV1Entity({
  1. String? displayName,
  2. Map<String, String>? metadata,
  3. double? salience,
  4. GoogleCloudContactcenterinsightsV1SentimentData? sentiment,
  5. String? type,
})

Implementation

GoogleCloudContactcenterinsightsV1Entity({
  this.displayName,
  this.metadata,
  this.salience,
  this.sentiment,
  this.type,
});