Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1ToolAuthentication

Authentication information required for API calls

Inheritance
object
GoogleCloudDialogflowV2beta1ToolAuthentication
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1ToolAuthentication : IDirectResponseSchema

Properties

ApiKeyConfig

Config for API key auth.

Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig

BearerTokenConfig

Config for bearer token auth.

Declaration
[JsonProperty("bearerTokenConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig

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 GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig OauthConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig

ServiceAgentAuthConfig

Config for Diglogflow service agent auth.

Declaration
[JsonProperty("serviceAgentAuthConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX