Class BotResponse
Information about a bot response, branched from shared/bot_response.proto without frontend User proto as we never store it.
Inheritance
object
BotResponse
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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 |
|---|---|
| string |
RequiredAction
Declaration
[JsonProperty("requiredAction")]
public virtual string RequiredAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResponseType
Declaration
[JsonProperty("responseType")]
public virtual string ResponseType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SetupUrl
URL for setting up bot.
Declaration
[JsonProperty("setupUrl")]
public virtual string SetupUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |