Package com.google.cloud.dialogflow.v2
Interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction
,Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.Builder
- Enclosing class:
- Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem
public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUrl()
Required.com.google.protobuf.ByteString
getUrlBytes()
Required.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint
getUrlTypeHint()
Optional.int
getUrlTypeHintValue()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Required. URL
string url = 1;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Required. URL
string url = 1;
- Returns:
- The bytes for url.
-
getUrlTypeHintValue
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:
- The enum numeric value on the wire for urlTypeHint.
-
getUrlTypeHint
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:
- The urlTypeHint.
-
-