GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson constructor

GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson(
  1. Map json_
)

Implementation

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