GoogleCloudDialogflowV2SummarizationSection.fromJson constructor

GoogleCloudDialogflowV2SummarizationSection.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2SummarizationSection.fromJson(core.Map json_)
    : this(
        definition: json_['definition'] as core.String?,
        key: json_['key'] as core.String?,
        type: json_['type'] as core.String?,
      );