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