GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.fromJson constructor
GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1IngestConversationsRequestTranscriptObjectConfig.fromJson(
core.Map json_)
: this(
medium: json_['medium'] as core.String?,
);