public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUrl()
public abstract String getUrl()Required. URL
string url = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()Required. URL
string url = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for urlTypeHint. |