Show / Hide Table of Contents

Class BotResponse

Information about a bot response, branched from shared/bot_response.proto without frontend User proto as we never store it.

Inheritance
System.Object
BotResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class BotResponse : IDirectResponseSchema

Properties

BotId

Declaration
[JsonProperty("botId")]
public virtual UserId BotId { get; set; }
Property Value
Type Description
UserId

ETag

The ETag of the item.

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

RequiredAction

Declaration
[JsonProperty("requiredAction")]
public virtual string RequiredAction { get; set; }
Property Value
Type Description
System.String

ResponseType

Declaration
[JsonProperty("responseType")]
public virtual string ResponseType { get; set; }
Property Value
Type Description
System.String

SetupUrl

URL for setting up bot.

Declaration
[JsonProperty("setupUrl")]
public virtual string SetupUrl { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top