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