GoogleCloudContactcenterinsightsV1ConversationCallMetadata constructor

GoogleCloudContactcenterinsightsV1ConversationCallMetadata({
  1. int? agentChannel,
  2. int? customerChannel,
})

Implementation

GoogleCloudContactcenterinsightsV1ConversationCallMetadata({
  this.agentChannel,
  this.customerChannel,
});