GoogleCloudDialogflowV2IntentMessageSuggestion.fromJson constructor

GoogleCloudDialogflowV2IntentMessageSuggestion.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2IntentMessageSuggestion.fromJson(core.Map json_)
    : this(
        title:
            json_.containsKey('title') ? json_['title'] as core.String : null,
      );