GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.fromJson constructor
GoogleCloudContactcenterinsightsV1PhraseMatchRuleConfig.fromJson(
- 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,
);