Class GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig
Inheritance
GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolAuthenticationApiKeyConfig : IDirectResponseSchema
Properties
Declaration
[JsonProperty("apiKey")]
public virtual string ApiKey { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("keyName")]
public virtual string KeyName { get; set; }
Property Value
Declaration
[JsonProperty("requestLocation")]
public virtual string RequestLocation { get; set; }
Property Value
Declaration
[JsonProperty("secretVersionForApiKey")]
public virtual string SecretVersionForApiKey { get; set; }
Property Value
Implements