GoogleCloudDialogflowCxV3IntentCoverageIntent.fromJson constructor
GoogleCloudDialogflowCxV3IntentCoverageIntent.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3IntentCoverageIntent.fromJson(core.Map json_)
: this(
covered: json_['covered'] as core.bool?,
intent: json_['intent'] as core.String?,
);