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