GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig constructor

GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig({
  1. String? filter,
  2. String? medium,
  3. String? trainingConversationsCount,
})

Implementation

GoogleCloudContactcenterinsightsV1IssueModelInputDataConfig({
  this.filter,
  this.medium,
  this.trainingConversationsCount,
});