GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.fromJson constructor

GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion.fromJson(core.Map json_)
    : this(
        destinationName: json_['destinationName'] as core.String?,
        uri: json_['uri'] as core.String?,
      );