GoogleCloudContactcenterinsightsV1ConversationLevelSentiment constructor

GoogleCloudContactcenterinsightsV1ConversationLevelSentiment({
  1. int? channelTag,
  2. GoogleCloudContactcenterinsightsV1SentimentData? sentimentData,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationLevelSentiment({
  this.channelTag,
  this.sentimentData,
});