Google Cloud Dialogflow V2 Client - Class UrlTypeHint (1.2.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UrlTypeHint.

Type of the URI.

Protobuf type google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction.UrlTypeHint

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

URL_TYPE_HINT_UNSPECIFIED

Value: 0

Unspecified

Generated from protobuf enum URL_TYPE_HINT_UNSPECIFIED = 0;

AMP_ACTION

Value: 1

Url would be an amp action

Generated from protobuf enum AMP_ACTION = 1;

AMP_CONTENT

Value: 2

URL that points directly to AMP content, or to a canonical URL which refers to AMP content via .

Generated from protobuf enum AMP_CONTENT = 2;