GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.fromJson(
    core.Map json_)
    : this(
        exactMatchConfig: json_.containsKey('exactMatchConfig')
            ? GoogleCloudContactcenterinsightsV1ExactMatchConfig.fromJson(
                json_['exactMatchConfig']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );