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