GoogleCloudContactcenterinsightsV1EntityMentionData constructor
GoogleCloudContactcenterinsightsV1EntityMentionData({
- String? entityUniqueId,
- GoogleCloudContactcenterinsightsV1SentimentData? sentiment,
- String? type,
Implementation
GoogleCloudContactcenterinsightsV1EntityMentionData({
this.entityUniqueId,
this.sentiment,
this.type,
});