Class GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig
Config for authentication with API key.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig : IDirectResponseSchema
Properties
ApiKey
Required. The API key.
Declaration
[JsonProperty("apiKey")]
public virtual string ApiKey { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeyName
Required. The parameter name or the header name of the API key. E.g., If the API request is "https://example.com/act?X-Api-Key=", "X-Api-Key" would be the parameter name.
Declaration
[JsonProperty("keyName")]
public virtual string KeyName { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestLocation
Required. Key location in the request.
Declaration
[JsonProperty("requestLocation")]
public virtual string RequestLocation { get; set; }
Property Value
Type | Description |
---|---|
string |