Class GoogleCloudDialogflowV2ToolAuthentication
Inheritance
GoogleCloudDialogflowV2ToolAuthentication
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolAuthentication : IDirectResponseSchema
Properties
Declaration
[JsonProperty("apiKeyConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationApiKeyConfig ApiKeyConfig { get; set; }
Property Value
Declaration
[JsonProperty("bearerTokenConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig BearerTokenConfig { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationOAuthConfig OauthConfig { get; set; }
Property Value
Declaration
[JsonProperty("serviceAgentAuthConfig")]
public virtual GoogleCloudDialogflowV2ToolAuthenticationServiceAgentAuthConfig ServiceAgentAuthConfig { get; set; }
Property Value
Implements