Discovery Engine v1beta API - Class CompletionInfo (1.0.0-beta10)

public sealed class CompletionInfo : IMessage<CompletionInfo>, IEquatable<CompletionInfo>, IDeepCloneable<CompletionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class CompletionInfo.

Detailed completion information including completion attribution token and clicked completion info.

Inheritance

object > CompletionInfo

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

CompletionInfo()

public CompletionInfo()

CompletionInfo(CompletionInfo)

public CompletionInfo(CompletionInfo other)
Parameter
NameDescription
otherCompletionInfo

Properties

SelectedPosition

public int SelectedPosition { get; set; }

End user selected [CompleteQueryResponse.QuerySuggestion.suggestion][google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion.suggestion] position, starting from 0.

Property Value
TypeDescription
int

SelectedSuggestion

public string SelectedSuggestion { get; set; }

End user selected [CompleteQueryResponse.QuerySuggestion.suggestion][google.cloud.discoveryengine.v1beta.CompleteQueryResponse.QuerySuggestion.suggestion].

Property Value
TypeDescription
string