GoogleCloudContactcenterinsightsV1GcsSource.fromJson constructor

GoogleCloudContactcenterinsightsV1GcsSource.fromJson(
  1. Map json_
)

Implementation

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