Google Cloud Dialogflow V2Intent Message Link Out Suggestion Args
data class GoogleCloudDialogflowV2IntentMessageLinkOutSuggestionArgs(val destinationName: Output<String>, val uri: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageLinkOutSuggestionArgs>
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2IntentMessageLinkOutSuggestionArgs(destinationName: Output<String>, uri: Output<String>)