GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1IngestConversationsRequestConversationConfig.fromJson(
  1. Map json_
)

Implementation

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