GoogleCloudContactcenterinsightsV1SentimentData constructor

GoogleCloudContactcenterinsightsV1SentimentData({
  1. double? magnitude,
  2. double? score,
})

Implementation

GoogleCloudContactcenterinsightsV1SentimentData({
  this.magnitude,
  this.score,
});