Class GoogleCloudDialogflowCxV3ToolAuthentication
Inheritance
GoogleCloudDialogflowCxV3ToolAuthentication
Assembly: Google.Apis.Dialogflow.v3.dll
public class GoogleCloudDialogflowCxV3ToolAuthentication : IDirectResponseSchema
Properties
Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Declaration
[JsonProperty("bearerTokenConfig")]
public virtual GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowCxV3ToolAuthenticationOAuthConfig OauthConfig { get; set; }
Property Value
Declaration
[JsonProperty("serviceAccountAuthConfig")]
public virtual GoogleCloudDialogflowCxV3ToolAuthenticationServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; }
Property Value
Declaration
[JsonProperty("serviceAgentAuthConfig")]
public virtual GoogleCloudDialogflowCxV3ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; }
Property Value
Implements