Skip to content

Commit affb19f

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 dc436bb commit affb19f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/commonMain/kotlin/com/algolia/client/model/recommend/BoughtTogetherQuery.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import kotlinx.serialization.json.*
1919
* recommendations and the other request parameters, the actual number of recommendations may be
2020
* lower than this value.
2121
* @param queryParameters
22+
* @param fallbackParameters
2223
*/
2324
@Serializable
2425
public data class BoughtTogetherQuery(
@@ -40,4 +41,5 @@ public data class BoughtTogetherQuery(
4041
*/
4142
@SerialName(value = "maxRecommendations") val maxRecommendations: Int? = null,
4243
@SerialName(value = "queryParameters") val queryParameters: RecommendSearchParams? = null,
44+
@SerialName(value = "fallbackParameters") val fallbackParameters: FallbackParams? = null,
4345
) : RecommendationsRequest {}

0 commit comments

Comments
 (0)