GoogleCloudDialogflowCxV3TypeSchemaSchemaReference.fromJson constructor

GoogleCloudDialogflowCxV3TypeSchemaSchemaReference.fromJson(
  1. Map json_
)

Implementation

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