Class AppsDynamiteSharedAssistantSuggestion
Data for an Assistant suggestion.
Inheritance
object
AppsDynamiteSharedAssistantSuggestion
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 AppsDynamiteSharedAssistantSuggestion : IDirectResponseSchema
Properties
DebugContext
Info regarding suggestion debug information.
Declaration
[JsonProperty("debugContext")]
public virtual AppsDynamiteSharedAssistantDebugContext DebugContext { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantDebugContext |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FeedbackContext
Data for rendering feedback.
Declaration
[JsonProperty("feedbackContext")]
public virtual AppsDynamiteSharedAssistantFeedbackContext FeedbackContext { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantFeedbackContext |
FindDocumentSuggestion
Suggestion type that suggests documents (docs, slides, sheets).
Declaration
[JsonProperty("findDocumentSuggestion")]
public virtual AppsDynamiteSharedFindDocumentSuggestion FindDocumentSuggestion { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedFindDocumentSuggestion |
SerializedSuggestions
String representation of the suggestions provided.
Declaration
[JsonProperty("serializedSuggestions")]
public virtual string SerializedSuggestions { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionContext
Session context specific to the Assistant suggestion.
Declaration
[JsonProperty("sessionContext")]
public virtual AppsDynamiteSharedAssistantSessionContext SessionContext { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantSessionContext |