Class GoogleCloudDialogflowV2beta1ToolAuthentication
Inheritance
GoogleCloudDialogflowV2beta1ToolAuthentication
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolAuthentication : IDirectResponseSchema
Properties
Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Declaration
[JsonProperty("bearerTokenConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationOAuthConfig OauthConfig { get; set; }
Property Value
Declaration
[JsonProperty("serviceAgentAuthConfig")]
public virtual GoogleCloudDialogflowV2beta1ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; }
Property Value
Implements