GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion constructor

GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion({
  1. String? destinationName,
  2. String? uri,
})

Implementation

GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion({
  this.destinationName,
  this.uri,
});