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 \ AuthenticationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REQUEST_LOCATION_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum REQUEST_LOCATION_UNSPECIFIED = 0;
HEADER
Value: 1Represents the key in http header.
Generated from protobuf enum HEADER = 1;
QUERY_STRING
Value: 2Represents the key in query string.
Generated from protobuf enum QUERY_STRING = 2;