public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getUrl()
Required.
|
ByteString |
getUrlBytes()
Required.
|
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint |
getUrlTypeHint()
Optional.
|
int |
getUrlTypeHintValue()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getUrl()
Required. URL
string url = 1;
ByteString getUrlBytes()
Required. URL
string url = 1;
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];
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];
Copyright © 2022 Google LLC. All rights reserved.