GoogleCloudDialogflowV2TextInput.fromJson constructor
GoogleCloudDialogflowV2TextInput.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2TextInput.fromJson(core.Map json_)
: this(
languageCode: json_['languageCode'] as core.String?,
text: json_['text'] as core.String?,
);