RecommendationsResource class

Constructors

RecommendationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate(String merchantId, {List<String>? allowedTag, String? languageCode, String? $fields}) Future<GenerateRecommendationsResponse>
Generates recommendations for a merchant.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportInteraction(ReportInteractionRequest request, String merchantId, {String? $fields}) Future<void>
Reports an interaction on a recommendation for a merchant.
toString() String
A string representation of this object.
inherited

Operators

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