Google Cloud Dialogflow V2 Client - Class UrlTypeHint (1.12.1)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message \ BrowseCarouselCard \ BrowseCarouselCardItem \ OpenUrlAction

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;