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