Class GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig
Inheritance
GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolAuthenticationBearerTokenConfig : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("secretVersionForToken")]
public virtual string SecretVersionForToken { get; set; }
Property Value
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Implements