GoogleCloudDialogflowV2SummarySuggestionSummarySection.fromJson constructor
GoogleCloudDialogflowV2SummarySuggestionSummarySection.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2SummarySuggestionSummarySection.fromJson(
core.Map json_)
: this(
section: json_['section'] as core.String?,
summary: json_['summary'] as core.String?,
);