GoogleCloudContactcenterinsightsV1SampleConversationsRequest constructor

GoogleCloudContactcenterinsightsV1SampleConversationsRequest({
  1. GoogleCloudContactcenterinsightsV1Dataset? destinationDataset,
  2. String? parent,
  3. GoogleCloudContactcenterinsightsV1SampleRule? sampleRule,
})

Implementation

GoogleCloudContactcenterinsightsV1SampleConversationsRequest({
  this.destinationDataset,
  this.parent,
  this.sampleRule,
});