Skip to content

Commit e206c79

Browse files
algolia-botraed667
andcommitted
feat(specs): add fallbackParameters to Frequently bought together [RECO-2443] (generated)
algolia/api-clients-automation#5579 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Raed <[email protected]>
1 parent bf7b9e3 commit e206c79

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main/scala/algoliasearch/recommend/BoughtTogetherQuery.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ case class BoughtTogetherQuery(
5050
maxRecommendations: Option[Int] = scala.None,
5151
queryParameters: Option[RecommendSearchParams] = scala.None,
5252
model: FbtModel,
53-
objectID: String
53+
objectID: String,
54+
fallbackParameters: Option[FallbackParams] = scala.None
5455
) extends RecommendationsRequestTrait

src/main/scala/algoliasearch/recommend/FrequentlyBoughtTogether.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ import algoliasearch.recommend.FbtModel._
3838
*/
3939
case class FrequentlyBoughtTogether(
4040
model: FbtModel,
41-
objectID: String
41+
objectID: String,
42+
fallbackParameters: Option[FallbackParams] = scala.None
4243
)

0 commit comments

Comments
 (0)