GoogleCloudContactcenterinsightsV1GcsSource.fromJson constructor

GoogleCloudContactcenterinsightsV1GcsSource.fromJson(
  1. Map json_
)

Implementation

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