GoogleCloudRetailV2CompletionDetail class

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

Constructors

GoogleCloudRetailV2CompletionDetail({String? completionAttributionToken, int? selectedPosition, String? selectedSuggestion})
GoogleCloudRetailV2CompletionDetail.fromJson(Map json_)

Properties

completionAttributionToken String?
Completion attribution token in CompleteQueryResponse.attribution_token.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedPosition int?
End user selected CompleteQueryResponse.CompletionResult.suggestion position, starting from 0.
getter/setter pair
selectedSuggestion String?
End user selected CompleteQueryResponse.CompletionResult.suggestion.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited