Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkOutSuggestion

Link Out Suggestion. Used in rich response as a suggestion chip which, when selected, links out to external URL.

Hierarchy

Implements

Constructors

Properties

Constructors

constructor

Properties

Optional destinationName

destinationName: undefined | string

The name of the app or site this chip is linking to. The chip will be rendered with the title \"Open <destination_name>\". Max 20 chars. Required.

Optional openUrlAction

The URL of the App or Site to open when the user taps the suggestion chip. Ownership of this App/URL must be validated in the Actions on Google developer console, or the suggestion will not be shown to the user. Open URL Action supports http, https and intent URLs. For Intent URLs refer to: https://developer.chrome.com/multidevice/android/intents

Optional url

url: undefined | string

Deprecated. Use OpenUrlAction instead.

Generated using TypeDoc