Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3WebhookGenericWebService

Inheritance
object
GoogleCloudDialogflowCxV3WebhookGenericWebService
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
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
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HttpMethod

Declaration
[JsonProperty("httpMethod")]
public virtual string HttpMethod { get; set; }
Property Value
Type Description
string

OauthConfig

Declaration
[JsonProperty("oauthConfig")]
public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig OauthConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3WebhookGenericWebServiceOAuthConfig

ParameterMapping

Declaration
[JsonProperty("parameterMapping")]
public virtual IDictionary<string, string> ParameterMapping { get; set; }
Property Value
Type Description
IDictionary<string, string>

Password

Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Type Description
string

RequestBody

Declaration
[JsonProperty("requestBody")]
public virtual string RequestBody { get; set; }
Property Value
Type Description
string

RequestHeaders

Declaration
[JsonProperty("requestHeaders")]
public virtual IDictionary<string, string> RequestHeaders { get; set; }
Property Value
Type Description
IDictionary<string, string>

SecretVersionForUsernamePassword

Declaration
[JsonProperty("secretVersionForUsernamePassword")]
public virtual string SecretVersionForUsernamePassword { get; set; }
Property Value
Type Description
string

SecretVersionsForRequestHeaders

Declaration
[JsonProperty("secretVersionsForRequestHeaders")]
public virtual IDictionary<string, GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue> SecretVersionsForRequestHeaders { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue>

ServiceAccountAuthConfig

Declaration
[JsonProperty("serviceAccountAuthConfig")]
public virtual GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig ServiceAccountAuthConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig

ServiceAgentAuth

Declaration
[JsonProperty("serviceAgentAuth")]
public virtual string ServiceAgentAuth { get; set; }
Property Value
Type Description
string

Uri

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Username

Declaration
[JsonProperty("username")]
public virtual string Username { get; set; }
Property Value
Type Description
string

WebhookType

Declaration
[JsonProperty("webhookType")]
public virtual string WebhookType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX