GoogleCloudDialogflowV2SummarizationSectionList.fromJson constructor
GoogleCloudDialogflowV2SummarizationSectionList.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2SummarizationSectionList.fromJson(core.Map json_)
: this(
summarizationSections: (json_['summarizationSections'] as core.List?)
?.map((value) =>
GoogleCloudDialogflowV2SummarizationSection.fromJson(
value as core.Map<core.String, core.dynamic>))
.toList(),
);