Class GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig
Inheritance
GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig
Assembly: Google.Apis.Dialogflow.v2.dll
public class GoogleCloudDialogflowV2ToolAuthenticationBearerTokenConfig : 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