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