public static enum Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint extends Enum<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint> implements com.google.protobuf.ProtocolMessageEnum
Type of the URI.Protobuf enum
google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint| Enum Constant and Description |
|---|
AMP_ACTION
Url would be an amp action
|
AMP_CONTENT
URL that points directly to AMP content, or to a canonical URL
which refers to AMP content via <link rel="amphtml">.
|
UNRECOGNIZED |
URL_TYPE_HINT_UNSPECIFIED
Unspecified
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AMP_ACTION_VALUE
Url would be an amp action
|
static int |
AMP_CONTENT_VALUE
URL that points directly to AMP content, or to a canonical URL
which refers to AMP content via <link rel="amphtml">.
|
static int |
URL_TYPE_HINT_UNSPECIFIED_VALUE
Unspecified
|
public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint URL_TYPE_HINT_UNSPECIFIED
Unspecified
URL_TYPE_HINT_UNSPECIFIED = 0;public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint AMP_ACTION
Url would be an amp action
AMP_ACTION = 1;public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint AMP_CONTENT
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via <link rel="amphtml">.
AMP_CONTENT = 2;public static final Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint UNRECOGNIZED
public static final int URL_TYPE_HINT_UNSPECIFIED_VALUE
Unspecified
URL_TYPE_HINT_UNSPECIFIED = 0;public static final int AMP_ACTION_VALUE
Url would be an amp action
AMP_ACTION = 1;public static final int AMP_CONTENT_VALUE
URL that points directly to AMP content, or to a canonical URL which refers to AMP content via <link rel="amphtml">.
AMP_CONTENT = 2;public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint[] values()
for (Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint c : Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint.values()) System.out.println(c);
public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.