Skip to content

Commit

Permalink
chore: generated code for commit 41121e7. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Welke <kai.welke@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people committed Apr 15, 2024
1 parent 41121e7 commit 4e6655a
Show file tree
Hide file tree
Showing 608 changed files with 4,404 additions and 3,542 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public ABTestResponse() { }
/// <summary>
/// Initializes a new instance of the ABTestResponse class.
/// </summary>
/// <param name="index">A/B test index. (required).</param>
/// <param name="index">Index name of the A/B test variant (case-sensitive). (required).</param>
/// <param name="abTestID">Unique A/B test identifier. (required).</param>
/// <param name="taskID">Unique identifier of a task. A successful API response means that a task was added to a queue. It might not run immediately. You can check the task&#39;s progress with the [&#x60;task&#x60; operation](#tag/Indices/operation/getTask) and this &#x60;taskID&#x60;. (required).</param>
public ABTestResponse(string index, int abTestID, long taskID)
Expand All @@ -35,9 +35,9 @@ public ABTestResponse(string index, int abTestID, long taskID)
}

/// <summary>
/// A/B test index.
/// Index name of the A/B test variant (case-sensitive).
/// </summary>
/// <value>A/B test index.</value>
/// <value>Index name of the A/B test variant (case-sensitive).</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public AbTestsVariant() { }
/// <summary>
/// Initializes a new instance of the AbTestsVariant class.
/// </summary>
/// <param name="index">A/B test index. (required).</param>
/// <param name="index">Index name of the A/B test variant (case-sensitive). (required).</param>
/// <param name="trafficPercentage">Percentage of search requests each variant receives. (required).</param>
public AbTestsVariant(string index, int trafficPercentage)
{
Expand All @@ -33,9 +33,9 @@ public AbTestsVariant(string index, int trafficPercentage)
}

/// <summary>
/// A/B test index.
/// Index name of the A/B test variant (case-sensitive).
/// </summary>
/// <value>A/B test index.</value>
/// <value>Index name of the A/B test variant (case-sensitive).</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public AbTestsVariantSearchParams() { }
/// <summary>
/// Initializes a new instance of the AbTestsVariantSearchParams class.
/// </summary>
/// <param name="index">A/B test index. (required).</param>
/// <param name="index">Index name of the A/B test variant (case-sensitive). (required).</param>
/// <param name="trafficPercentage">Percentage of search requests each variant receives. (required).</param>
/// <param name="customSearchParameters">customSearchParameters (required).</param>
public AbTestsVariantSearchParams(string index, int trafficPercentage, object customSearchParameters)
Expand All @@ -35,9 +35,9 @@ public AbTestsVariantSearchParams(string index, int trafficPercentage, object cu
}

/// <summary>
/// A/B test index.
/// Index name of the A/B test variant (case-sensitive).
/// </summary>
/// <value>A/B test index.</value>
/// <value>Index name of the A/B test variant (case-sensitive).</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public Variant() { }
/// <param name="conversionCount">Number of click events for this variant. (required).</param>
/// <param name="conversionRate">[Conversion rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#conversion-rate) for this variant. (required).</param>
/// <param name="description">Description for this variant. (required).</param>
/// <param name="index">A/B test index. (required).</param>
/// <param name="index">Index name of the A/B test variant (case-sensitive). (required).</param>
/// <param name="noResultCount">Number of [searches without results](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#searches-without-results) for this variant. (required).</param>
/// <param name="purchaseCount">Number of purchase events for this variant. (required).</param>
/// <param name="purchaseRate">[Purchase rate](https://www.algolia.com/doc/guides/search-analytics/concepts/metrics/#purchase-rate) for this variant. (required).</param>
Expand Down Expand Up @@ -137,9 +137,9 @@ public Variant(int addToCartCount, double? addToCartRate, int? averageClickPosit
public FilterEffects FilterEffects { get; set; }

/// <summary>
/// A/B test index.
/// Index name of the A/B test variant (case-sensitive).
/// </summary>
/// <value>A/B test index.</value>
/// <value>Index name of the A/B test variant (case-sensitive).</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ public DestinationIndexName() { }
/// <summary>
/// Initializes a new instance of the DestinationIndexName class.
/// </summary>
/// <param name="indexName">Algolia index name. (required).</param>
/// <param name="indexName">Algolia index name (case-sensitive). (required).</param>
public DestinationIndexName(string indexName)
{
IndexName = indexName ?? throw new ArgumentNullException(nameof(indexName));
}

/// <summary>
/// Algolia index name.
/// Algolia index name (case-sensitive).
/// </summary>
/// <value>Algolia index name.</value>
/// <value>Algolia index name (case-sensitive).</value>
[JsonPropertyName("indexName")]
public string IndexName { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public AddedToCartObjectIDs() { }
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="eventSubtype">eventSubtype (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="objectIDs">Object IDs of the records that are part of the event. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
public AddedToCartObjectIDs(string eventName, ConversionEvent? eventType, AddToCartEvent? eventSubtype, string index, List<string> objectIDs, string userToken)
Expand All @@ -60,9 +60,9 @@ public AddedToCartObjectIDs(string eventName, ConversionEvent? eventType, AddToC
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public AddedToCartObjectIDsAfterSearch() { }
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="eventSubtype">eventSubtype (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="queryID">Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add &#x60;clickAnalytics: true&#x60; as a search request parameter, the query ID is included in the API response. (required).</param>
/// <param name="objectIDs">Object IDs of the records that are part of the event. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
Expand All @@ -62,9 +62,9 @@ public AddedToCartObjectIDsAfterSearch(string eventName, ConversionEvent? eventT
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ClickedFilters() { }
/// </summary>
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="filters">Applied facet filters. Facet filters are &#x60;facet:value&#x60; pairs. Facet values must be URL-encoded, such as, &#x60;discount:10%25&#x60;. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
public ClickedFilters(string eventName, ClickEvent? eventType, string index, List<string> filters, string userToken)
Expand All @@ -52,9 +52,9 @@ public ClickedFilters(string eventName, ClickEvent? eventType, string index, Lis
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ClickedObjectIDs() { }
/// </summary>
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="objectIDs">Object IDs of the records that are part of the event. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
public ClickedObjectIDs(string eventName, ClickEvent? eventType, string index, List<string> objectIDs, string userToken)
Expand All @@ -52,9 +52,9 @@ public ClickedObjectIDs(string eventName, ClickEvent? eventType, string index, L
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ClickedObjectIDsAfterSearch() { }
/// </summary>
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="objectIDs">Object IDs of the records that are part of the event. (required).</param>
/// <param name="positions">Position of the clicked item the search results. You must provide 1 &#x60;position&#x60; for each &#x60;objectID&#x60;. (required).</param>
/// <param name="queryID">Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add &#x60;clickAnalytics: true&#x60; as a search request parameter, the query ID is included in the API response. (required).</param>
Expand All @@ -56,9 +56,9 @@ public ClickedObjectIDsAfterSearch(string eventName, ClickEvent? eventType, stri
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ConvertedFilters() { }
/// </summary>
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="filters">Applied facet filters. Facet filters are &#x60;facet:value&#x60; pairs. Facet values must be URL-encoded, such as, &#x60;discount:10%25&#x60;. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
public ConvertedFilters(string eventName, ConversionEvent? eventType, string index, List<string> filters, string userToken)
Expand All @@ -52,9 +52,9 @@ public ConvertedFilters(string eventName, ConversionEvent? eventType, string ind
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ConvertedObjectIDs() { }
/// </summary>
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="objectIDs">Object IDs of the records that are part of the event. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
public ConvertedObjectIDs(string eventName, ConversionEvent? eventType, string index, List<string> objectIDs, string userToken)
Expand All @@ -52,9 +52,9 @@ public ConvertedObjectIDs(string eventName, ConversionEvent? eventType, string i
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ConvertedObjectIDsAfterSearch() { }
/// </summary>
/// <param name="eventName">Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment&#39;s [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework. (required).</param>
/// <param name="eventType">eventType (required).</param>
/// <param name="index">Index name to which the event&#39;s items belong. (required).</param>
/// <param name="index">Index name (case-sensitive) to which the event&#39;s items belong. (required).</param>
/// <param name="objectIDs">Object IDs of the records that are part of the event. (required).</param>
/// <param name="queryID">Unique identifier for a search query. The query ID is required for events related to search or browse requests. If you add &#x60;clickAnalytics: true&#x60; as a search request parameter, the query ID is included in the API response. (required).</param>
/// <param name="userToken">Anonymous or pseudonymous user identifier. Don&#39;t use personally identifiable information in user tokens. For more information, see [User token](https://www.algolia.com/doc/guides/sending-events/concepts/usertoken/). (required).</param>
Expand All @@ -54,9 +54,9 @@ public ConvertedObjectIDsAfterSearch(string eventName, ConversionEvent? eventTyp
public string EventName { get; set; }

/// <summary>
/// Index name to which the event's items belong.
/// Index name (case-sensitive) to which the event's items belong.
/// </summary>
/// <value>Index name to which the event's items belong.</value>
/// <value>Index name (case-sensitive) to which the event's items belong.</value>
[JsonPropertyName("index")]
public string Index { get; set; }

Expand Down
Loading

0 comments on commit 4e6655a

Please sign in to comment.