Interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder (4.47.0)

public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUrl()

public abstract String getUrl()

Required. URL

string url = 1;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

Required. URL

string url = 1;

Returns
TypeDescription
ByteString

The bytes for url.

getUrlTypeHint()

public abstract Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint getUrlTypeHint()

Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.

.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint

The urlTypeHint.

getUrlTypeHintValue()

public abstract int getUrlTypeHintValue()

Optional. Specifies the type of viewer that is used when opening the URL. Defaults to opening via web browser.

.google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for urlTypeHint.