GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.fromJson(
    core.Map json_)
    : this(
        medium: json_.containsKey('medium')
            ? json_['medium'] as core.String
            : null,
      );