GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig constructor

GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig({
  1. int? agentChannel,
  2. String? agentId,
  3. int? customerChannel,
})

Implementation

GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig({
  this.agentChannel,
  this.agentId,
  this.customerChannel,
});