GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio.fromJson constructor

GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1ConversationDataSourceTurnLevelAudio.fromJson(
  core.Map json_,
) : this(
      audioDuration: json_['audioDuration'] as core.String?,
      audioGcsUri: json_['audioGcsUri'] as core.String?,
    );