GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson constructor

GoogleCloudContactcenterinsightsV1ConversationCallMetadata.fromJson(
  1. Map json_
)

Implementation

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