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