Google Cloud Dialogflow V2Intent Message Browse Carousel Card Browse Carousel Card Item Open Url Action Url Type Hint
enum GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint : Enum<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint> , ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>
Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.
Entries
Properties
Link copied to clipboard
val entries: EnumEntries<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Functions
Link copied to clipboard
fun valueOf(value: String): GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint
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<GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlActionUrlTypeHint>
Returns an array containing the constants of this enum type, in the order they're declared.