Class GoogleCloudDialogflowCxV3beta1ToolAuthentication
Inheritance
GoogleCloudDialogflowCxV3beta1ToolAuthentication
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ToolAuthentication : IDirectResponseSchema
Properties
Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Declaration
[JsonProperty("bearerTokenConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationOAuthConfig OauthConfig { get; set; }
Property Value
Declaration
[JsonProperty("serviceAccountAuthConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; }
Property Value
Declaration
[JsonProperty("serviceAgentAuthConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; }
Property Value
Implements