Class GoogleCloudDialogflowCxV3WebhookGenericWebService
Inheritance
GoogleCloudDialogflowCxV3WebhookGenericWebService
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3WebhookGenericWebService : IDirectResponseSchema
Properties
AllowedCaCerts
Declaration
[JsonProperty("allowedCaCerts")]
public virtual IList<string> AllowedCaCerts { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
HttpMethod
Declaration
[JsonProperty("httpMethod")]
public virtual string HttpMethod { get; set; }
Property Value
OauthConfig
Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig OauthConfig { get; set; }
Property Value
ParameterMapping
Declaration
[JsonProperty("parameterMapping")]
public virtual IDictionary<string, string> ParameterMapping { get; set; }
Property Value
Password
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
RequestBody
Declaration
[JsonProperty("requestBody")]
public virtual string RequestBody { get; set; }
Property Value
Declaration
[JsonProperty("requestHeaders")]
public virtual IDictionary<string, string> RequestHeaders { get; set; }
Property Value
SecretVersionForUsernamePassword
Declaration
[JsonProperty("secretVersionForUsernamePassword")]
public virtual string SecretVersionForUsernamePassword { get; set; }
Property Value
Declaration
[JsonProperty("secretVersionsForRequestHeaders")]
public virtual IDictionary<string, GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue> SecretVersionsForRequestHeaders { get; set; }
Property Value
ServiceAccountAuthConfig
Declaration
[JsonProperty("serviceAccountAuthConfig")]
public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; }
Property Value
ServiceAgentAuth
Declaration
[JsonProperty("serviceAgentAuth")]
public virtual string ServiceAgentAuth { get; set; }
Property Value
Uri
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Username
Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
WebhookType
Declaration
[JsonProperty("webhookType")]
public virtual string WebhookType { get; set; }
Property Value
Implements