Class AppsDynamiteSharedAssistantAnnotationData
This is the internal version of the API proto at google3/google/chat/v1/gsuite_message_integration.proto Data used to render Assistant suggestions. See go/bullseye-rendering.
Inheritance
object
AppsDynamiteSharedAssistantAnnotationData
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 AppsDynamiteSharedAssistantAnnotationData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Suggestion
The suggestion to render in the card.
Declaration
[JsonProperty("suggestion")]
public virtual AppsDynamiteSharedAssistantSuggestion Suggestion { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantSuggestion |
Unfulfillable
Set when the initial query was unfulfillable. Only an on-demand unfulfillable query will result in a response (not a proactive query). 1. On-demand: user explicitly invokes the bot 2. Proactive: bot makes proactive suggestion (when available) by listening to all user messages.
Declaration
[JsonProperty("unfulfillable")]
public virtual AppsDynamiteSharedAssistantUnfulfillableRequest Unfulfillable { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantUnfulfillableRequest |