You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. */
/** Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. */
2
+
packagecom.algolia.client.model.composition
3
+
4
+
importkotlinx.serialization.*
5
+
importkotlinx.serialization.json.*
6
+
7
+
/**
8
+
* ExternalInjection
9
+
*
10
+
* @param objectID An objectID injected into an external source.
11
+
* @param metadata User-defined key-values that will be added to the injected item in the response. This is identical to Hits metadata defined in Composition or Composition Rule, with the benefit of being set at runtime.
12
+
*/
13
+
@Serializable
14
+
publicdata classExternalInjection(
15
+
16
+
/** An objectID injected into an external source. */
/** User-defined key-values that will be added to the injected item in the response. This is identical to Hits metadata defined in Composition or Composition Rule, with the benefit of being set at runtime. */
* @param analyticsTags Tags to apply to the query for [segmenting analytics data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/).
34
34
* @param enableABTest Whether to enable index level A/B testing for this run request. If the composition mixes multiple indices, the A/B test is ignored.
35
35
* @param enableReRanking Whether this search will use [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) This setting only has an effect if you activated Dynamic Re-Ranking for this index in the Algolia dashboard.
36
+
* @param injectedItems A list of extenrally injected objectID groups into from an external source.
36
37
*/
37
38
@Serializable
38
39
publicdata classParams(
@@ -108,4 +109,7 @@ public data class Params(
108
109
109
110
/** Whether this search will use [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) This setting only has an effect if you activated Dynamic Re-Ranking for this index in the Algolia dashboard. */
0 commit comments