Show / Hide Table of Contents

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
System.Object
AppsDynamiteSharedAssistantAnnotationData
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 AppsDynamiteSharedAssistantAnnotationData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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

Implements

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