GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionArgs

data class GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionArgs(val destinationName: Output<String>, val uri: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionArgs>

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

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1IntentMessageLinkOutSuggestionArgs

Properties

Link copied to clipboard
val destinationName: Output<String>

The name of the app or site this chip is linking to.

Link copied to clipboard
val uri: Output<String>

The URI of the app or site to open when the user taps the suggestion chip.