Google Cloud Dialogflow V2 Client - Class RequestLocation (2.3.0)

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

The location of the API key in the request.

Protobuf type google.cloud.dialogflow.v2.Tool.Authentication.RequestLocation

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Tool \ Authentication

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REQUEST_LOCATION_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum REQUEST_LOCATION_UNSPECIFIED = 0;

HEADER

Value: 1

Represents the key in http header.

Generated from protobuf enum HEADER = 1;

QUERY_STRING

Value: 2

Represents the key in query string.

Generated from protobuf enum QUERY_STRING = 2;