Class GoogleCloudDialogflowV2ToolAuthentication
Authentication information required for API calls
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ToolAuthentication : IDirectResponseSchema
Properties
ApiKeyConfig
Config for API key auth.
Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig |
BearerTokenConfig
Config for bearer token auth.
Declaration
[JsonProperty("bearerTokenConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OauthConfig
Config for OAuth.
Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig OauthConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig |
ServiceAgentAuthConfig
Config for Diglogflow service agent auth.
Declaration
[JsonProperty("serviceAgentAuthConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig |