Class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig
Inheritance
GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig
Assembly: Google.Apis.Dialogflow.v3beta1.dll
public class GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfig : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("oauth2AuthCodeConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2AuthCodeConfig Oauth2AuthCodeConfig { get; set; }
Property Value
Declaration
[JsonProperty("oauth2JwtBearerConfig")]
public virtual GoogleCloudDialogflowCxV3beta1ToolEndUserAuthConfigOauth2JwtBearerConfig Oauth2JwtBearerConfig { get; set; }
Property Value
Implements