Google Cloud Dialogflow V2beta1Intent Message Browse Carousel Card Browse Carousel Card Item Open Url Action Url Type Hint
enum GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint : Enum<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>
Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
Entries
Link copied to clipboard
Unspecified
Link copied to clipboard
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via .
Types
Functions
Link copied to clipboard
fun valueOf(value: String): GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
fun values(): Array<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>
Returns an array containing the constants of this enum type, in the order they're declared.