public sealed class AdvancedCompleteQueryResponse.Types.ContentSuggestion : IMessage<AdvancedCompleteQueryResponse.Types.ContentSuggestion>, IEquatable<AdvancedCompleteQueryResponse.Types.ContentSuggestion>, IDeepCloneable<AdvancedCompleteQueryResponse.Types.ContentSuggestion>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class AdvancedCompleteQueryResponse.Types.ContentSuggestion.
Suggestions as content.
Implements
IMessageAdvancedCompleteQueryResponseTypesContentSuggestion, IEquatableAdvancedCompleteQueryResponseTypesContentSuggestion, IDeepCloneableAdvancedCompleteQueryResponseTypesContentSuggestion, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ContentSuggestion()
public ContentSuggestion()ContentSuggestion(ContentSuggestion)
public ContentSuggestion(AdvancedCompleteQueryResponse.Types.ContentSuggestion other)| Parameter | |
|---|---|
| Name | Description |
other |
AdvancedCompleteQueryResponseTypesContentSuggestion |
Properties
ContentType
public AdvancedCompleteQueryResponse.Types.ContentSuggestion.Types.ContentType ContentType { get; set; }The type of the content suggestion.
| Property Value | |
|---|---|
| Type | Description |
AdvancedCompleteQueryResponseTypesContentSuggestionTypesContentType |
|
DataStore
public string DataStore { get; set; }The name of the dataStore that this suggestion belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DataStoreAsDataStoreName
public DataStoreName DataStoreAsDataStoreName { get; set; }DataStoreName-typed view over the DataStore resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataStoreName |
|
DestinationUri
public string DestinationUri { get; set; }The destination uri of the content suggestion.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Document
public Document Document { get; set; }The document data snippet in the suggestion. Only a subset of fields will be populated.
| Property Value | |
|---|---|
| Type | Description |
Document |
|
IconUri
public string IconUri { get; set; }The icon uri of the content suggestion.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Score
public double Score { get; set; }The score of each suggestion. The score is in the range of [0, 1].
| Property Value | |
|---|---|
| Type | Description |
double |
|
Suggestion
public string Suggestion { get; set; }The suggestion for the query.
| Property Value | |
|---|---|
| Type | Description |
string |
|