Class GoogleCloudDialogflowV2beta1FulfillmentGenericWebService
Inheritance
GoogleCloudDialogflowV2beta1FulfillmentGenericWebService
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1FulfillmentGenericWebService : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IsCloudFunction
Declaration
[JsonProperty("isCloudFunction")]
public virtual bool? IsCloudFunction { get; set; }
Property Value
Password
Declaration
[JsonProperty("password")]
public virtual string Password { get; set; }
Property Value
Declaration
[JsonProperty("requestHeaders")]
public virtual IDictionary<string, string> RequestHeaders { 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
Implements