GoogleCloudContactcenterinsightsV1DialogflowInteractionData constructor

GoogleCloudContactcenterinsightsV1DialogflowInteractionData({
  1. double? confidence,
  2. String? dialogflowIntentId,
})

Implementation

GoogleCloudContactcenterinsightsV1DialogflowInteractionData({
  this.confidence,
  this.dialogflowIntentId,
});