GoogleCloudContactcenterinsightsV1PhraseMatchData.fromJson constructor
GoogleCloudContactcenterinsightsV1PhraseMatchData.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1PhraseMatchData.fromJson(core.Map json_)
: this(
displayName: json_['displayName'] as core.String?,
phraseMatcher: json_['phraseMatcher'] as core.String?,
);