GoogleCloudContactcenterinsightsV1EntityMentionData constructor

GoogleCloudContactcenterinsightsV1EntityMentionData({
  1. String? entityUniqueId,
  2. GoogleCloudContactcenterinsightsV1SentimentData? sentiment,
  3. String? type,
})

Implementation

GoogleCloudContactcenterinsightsV1EntityMentionData({
  this.entityUniqueId,
  this.sentiment,
  this.type,
});