GoogleCloudDialogflowCxV3IntentInput.fromJson constructor
GoogleCloudDialogflowCxV3IntentInput.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3IntentInput.fromJson(core.Map json_)
: this(
intent: json_.containsKey('intent')
? json_['intent'] as core.String
: null,
);