Show / Hide Table of Contents

Class GoogleCloudDialogflowV2FulfillmentGenericWebService

Inheritance
object
GoogleCloudDialogflowV2FulfillmentGenericWebService
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.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2FulfillmentGenericWebService : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IsCloudFunction

Declaration
[JsonProperty("isCloudFunction")]
public virtual bool? IsCloudFunction { get; set; }
Property Value
Type Description
bool?

Password

Declaration
[JsonProperty("password")]
public virtual string Password { 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>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX