public static interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Required.
|
com.google.protobuf.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, hasOneofString getUrl()
Required. URL
string url = 1;com.google.protobuf.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.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3;
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.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint url_type_hint = 3;
Copyright © 2023 Google LLC. All rights reserved.