Enum Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint (4.47.0)

public enum Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint extends Enum<Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint> implements ProtocolMessageEnum

Type of the URI.

Protobuf enum google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AMP_ACTION

Url would be an amp action

AMP_ACTION = 1;

AMP_ACTION_VALUE

Url would be an amp action

AMP_ACTION = 1;

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;

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;

UNRECOGNIZED
URL_TYPE_HINT_UNSPECIFIED

Unspecified

URL_TYPE_HINT_UNSPECIFIED = 0;

URL_TYPE_HINT_UNSPECIFIED_VALUE

Unspecified

URL_TYPE_HINT_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()