Class AppsDynamiteSharedAssistantSuggestion
Data for an Assistant suggestion.
Inheritance
System.Object
AppsDynamiteSharedAssistantSuggestion
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 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 |
|---|---|
| System.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 |
|---|---|
| System.String |
SessionContext
Session context specific to the Assistant suggestion.
Declaration
[JsonProperty("sessionContext")]
public virtual AppsDynamiteSharedAssistantSessionContext SessionContext { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedAssistantSessionContext |
Implements
Google.Apis.Requests.IDirectResponseSchema