GoogleCloudDialogflowCxV3TypeSchemaSchemaReference.fromJson constructor
GoogleCloudDialogflowCxV3TypeSchemaSchemaReference.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3TypeSchemaSchemaReference.fromJson(core.Map json_)
: this(
schema: json_['schema'] as core.String?,
tool: json_['tool'] as core.String?,
);