GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson constructor
GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson(
core.Map json_,
) : this(
agentChannel: json_['agentChannel'] as core.int?,
customerChannel: json_['customerChannel'] as core.int?,
);