GoogleCloudDialogflowV2FreeFormContext.fromJson constructor

GoogleCloudDialogflowV2FreeFormContext.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2FreeFormContext.fromJson(core.Map json_)
  : this(text: json_['text'] as core.String?);