GoogleCloudContactcenterinsightsV1ConversationLevelSilence.fromJson constructor

GoogleCloudContactcenterinsightsV1ConversationLevelSilence.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1ConversationLevelSilence.fromJson(
  core.Map json_,
) : this(
      silenceDuration: json_['silenceDuration'] as core.String?,
      silencePercentage: (json_['silencePercentage'] as core.num?)
          ?.toDouble(),
    );