LinkOutSuggestion constructor

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

The suggestion chip message that allows the user to jump out to the app or website associated with this agent.

Implementation

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