Google Cloud Dialogflow V2beta1Intent Message Browse Carousel Card Browse Carousel Card Item Open Url Action Args
data class GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionArgs(val url: Output<String>, val urlTypeHint: Output<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionArgs>
Actions on Google action to open a given url.
Constructors
Link copied to clipboard
constructor(url: Output<String>, urlTypeHint: Output<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>? = null)
Properties
Link copied to clipboard
val urlTypeHint: Output<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>? = null
Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.