@coveo/quantic 3.36.1 → 3.36.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. package/docs/out/quantic-docs.json +12 -12
  2. package/force-app/main/default/lwc/quanticDidYouMean/quanticDidYouMean.js +1 -1
  3. package/force-app/main/default/lwc/quanticGeneratedAnswer/quanticGeneratedAnswer.js +1 -1
  4. package/force-app/main/default/lwc/quanticPlaceholder/quanticPlaceholder.js +1 -1
  5. package/force-app/main/default/lwc/quanticRecommendationInterface/quanticRecommendationInterface.js +1 -1
  6. package/force-app/main/default/lwc/quanticRefineModalContent/quanticRefineModalContent.js +1 -1
  7. package/force-app/main/default/lwc/quanticRefineToggle/quanticRefineToggle.js +1 -1
  8. package/force-app/main/default/lwc/quanticResultLink/quanticResultLink.js +1 -1
  9. package/force-app/main/default/lwc/quanticSearchInterface/quanticSearchInterface.js +1 -1
  10. package/force-app/main/default/lwc/quanticSmartSnippetSuggestions/quanticSmartSnippetSuggestions.js +1 -1
  11. package/force-app/main/default/staticresources/coveoheadless/case-assist/headless.js +8 -8
  12. package/force-app/main/default/staticresources/coveoheadless/definitions/api/api-client-utils.d.ts +1 -1
  13. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/commerce-api-params.d.ts +1 -1
  14. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/pagination.d.ts +4 -0
  15. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/request.d.ts +2 -2
  16. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/common/response.d.ts +0 -2
  17. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/listing/response.d.ts +2 -0
  18. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/product-enrichment/product-enrichment-request.d.ts +2 -2
  19. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/recommendations/recommendations-request.d.ts +2 -2
  20. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/search/query-suggest/query-suggest-request.d.ts +2 -2
  21. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/search/request.d.ts +2 -2
  22. package/force-app/main/default/staticresources/coveoheadless/definitions/api/commerce/search/response.d.ts +4 -0
  23. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/answer/answer-endpoint.d.ts +1 -2
  24. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/follow-up/follow-up-endpoint.d.ts +25 -0
  25. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/endpoints/follow-up/url-builders/endpoint-url-builder.d.ts +5 -0
  26. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/strategies/streaming-strategy-creators.d.ts +4 -0
  27. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/stream-answer-api.d.ts +4 -4
  28. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/case-assist/get-case-classifications/get-case-classifications-request.d.ts +2 -2
  29. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/case-assist/get-document-suggestions/get-document-suggestions-request.d.ts +2 -2
  30. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/get-interface/get-interface-config-request.d.ts +2 -2
  31. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/query/query-request.d.ts +4 -4
  32. package/force-app/main/default/staticresources/coveoheadless/definitions/api/service/insight/user-actions/user-actions-request.d.ts +2 -2
  33. package/force-app/main/default/staticresources/coveoheadless/definitions/commerce.index.d.ts +2 -1
  34. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/core/sub-controller/headless-sub-controller.d.ts +7 -9
  35. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/product-listing/headless-product-listing.d.ts +4 -2
  36. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/search/headless-search.d.ts +17 -1
  37. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/search-box/headless-search-box-options.d.ts +12 -4
  38. package/force-app/main/default/staticresources/coveoheadless/definitions/controllers/commerce/triggers/headless-query-trigger.d.ts +15 -1
  39. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/search/search-actions-loader.d.ts +6 -4
  40. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/search/search-actions-thunk-processor.d.ts +2 -0
  41. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/search/search-actions.d.ts +10 -2
  42. package/force-app/main/default/staticresources/coveoheadless/definitions/features/commerce/search/search-state.d.ts +2 -0
  43. package/force-app/main/default/staticresources/coveoheadless/definitions/features/configuration/configuration-actions.d.ts +1 -0
  44. package/force-app/main/default/staticresources/coveoheadless/definitions/features/configuration/configuration-selectors.d.ts +7 -0
  45. package/force-app/main/default/staticresources/coveoheadless/definitions/features/configuration/configuration-state.d.ts +1 -0
  46. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answer-strategy.d.ts +3 -0
  47. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answers-actions.d.ts +70 -0
  48. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answers-slice.d.ts +4 -0
  49. package/force-app/main/default/staticresources/coveoheadless/definitions/features/follow-up-answers/follow-up-answers-state.d.ts +6 -4
  50. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-actions.d.ts +29 -2
  51. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-request.d.ts +5 -1
  52. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/generated-answer-state.d.ts +4 -4
  53. package/force-app/main/default/staticresources/coveoheadless/definitions/features/generated-answer/head-answer-strategy.d.ts +1 -1
  54. package/force-app/main/default/staticresources/coveoheadless/definitions/utils/facet-utils.d.ts +1 -2
  55. package/force-app/main/default/staticresources/coveoheadless/headless.js +10 -10
  56. package/force-app/main/default/staticresources/coveoheadless/insight/headless.js +9 -9
  57. package/force-app/main/default/staticresources/coveoheadless/recommendation/headless.js +7 -7
  58. package/package.json +2 -2
  59. package/force-app/main/default/staticresources/coveoheadless/definitions/api/knowledge/answer-generation/streaming/strategies/streaming-strategies.d.ts +0 -3
@@ -412,7 +412,7 @@
412
412
  "name": "queryCorrectionMode",
413
413
  "attribute": "query-correction-mode",
414
414
  "access": "@api",
415
- "description": "<p>Defines which query correction system to use.\n<code>legacy</code>: Query correction is powered by the legacy index system. This system relies on an algorithm using solely the index content to compute the suggested terms.\n<code>next</code>: Query correction is powered by a machine learning system, requiring a valid query suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms.\nThe <code>legacy</code> system will send two requests to the API to get the suggestions, while the <code>next</code> system will send one request.</p>",
415
+ "description": "<p>Defines which query correction system to use.\n<code>legacy</code>: Query correction is powered by the legacy index system. This system relies on an algorithm using solely the index content to compute the suggested terms.\n<code>next</code>: Query correction is powered by a machine learning system, requiring a valid Query Suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms.\nThe <code>legacy</code> system will send two requests to the API to get the suggestions, while the <code>next</code> system will send one request.</p>",
416
416
  "required": false,
417
417
  "defaultValue": "'legacy'",
418
418
  "type": "string"
@@ -972,7 +972,7 @@
972
972
  {
973
973
  "name": "QuanticGeneratedAnswer",
974
974
  "attribute": "quantic-generated-answer",
975
- "description": "<p>The <code>QuanticGeneratedAnswer</code> component automatically generates an answer using Coveo machine learning models to answer the query executed by the user.\nThis component includes a slot, &quot;no-answer-message&quot;, which allows for rendering a custom message when no answer is generated.</p>",
975
+ "description": "<p>The <code>QuanticGeneratedAnswer</code> component automatically generates an answer using Coveo Machine Learning models to answer the query executed by the user.\nThis component includes a slot, &quot;no-answer-message&quot;, which allows for rendering a custom message when no answer is generated.</p>",
976
976
  "categories": [
977
977
  "Search"
978
978
  ],
@@ -1583,7 +1583,7 @@
1583
1583
  "name": "disableDynamicNavigation",
1584
1584
  "attribute": "disable-dynamic-navigation",
1585
1585
  "access": "@api",
1586
- "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the dynamic navigation experience</a>.</p>",
1586
+ "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the Dynamic Navigation Experience</a>.</p>",
1587
1587
  "required": false,
1588
1588
  "defaultValue": "`false`",
1589
1589
  "type": "boolean"
@@ -1648,7 +1648,7 @@
1648
1648
  "name": "disableDynamicNavigation",
1649
1649
  "attribute": "disable-dynamic-navigation",
1650
1650
  "access": "@api",
1651
- "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the dynamic navigation experience</a>.</p>",
1651
+ "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the Dynamic Navigation Experience</a>.</p>",
1652
1652
  "required": false,
1653
1653
  "defaultValue": "`false`",
1654
1654
  "type": "boolean"
@@ -2071,7 +2071,7 @@
2071
2071
  {
2072
2072
  "name": "QuanticSearchInterface",
2073
2073
  "attribute": "quantic-search-interface",
2074
- "description": "<p>The <code>QuanticSearchInterface</code> component handles the headless search engine and localization configurations.\nA single instance should be used for each instance of the Coveo Headless search engine.</p>\n<p>The <code>timezone</code> used in the search engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=admin_supported_timezone.htm&amp;type=5&amp;language=en_US\">Time Zone settings</a> of the Salesforce org.\nIt is used to correctly interpret dates in the query expression, facets, and result items.</p>\n<p>The <code>locale</code> used in the search engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=sf.setting_your_language.htm&amp;type=5\">Language Settings</a>.\nCoveo Machine Learning models use this information to provide contextually relevant output.\nMoreover, this information can be referred to in query expressions and QPL statements by using the <code>$locale</code> object.</p>",
2074
+ "description": "<p>The <code>QuanticSearchInterface</code> component handles the headless search engine and localization configurations.\nA single instance should be used for each instance of the Coveo Headless search engine.</p>\n<p>The <code>timezone</code> used in the search engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=admin_supported_timezone.htm&amp;type=5&amp;language=en_US\">Time Zone settings</a> of the Salesforce org.\nIt is used to correctly interpret dates in the query expression, facets, and result items.</p>\n<p>The <code>locale</code> used in the search engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=sf.admin_supported_locales.htm&amp;type=5\">Supported Locales</a>.\nCoveo Machine Learning models use this information to provide contextually relevant output.\nMoreover, this information can be referred to in query expressions and QPL statements by using the <code>$locale</code> object.</p>",
2075
2075
  "categories": [
2076
2076
  "Search"
2077
2077
  ],
@@ -2246,7 +2246,7 @@
2246
2246
  {
2247
2247
  "name": "QuanticSmartSnippetSuggestions",
2248
2248
  "attribute": "quantic-smart-snippet-suggestions",
2249
- "description": "<p>The <code>QuanticSmartSnippetSuggestions</code> component displays additional queries for which a Coveo Smart Snippets model can provide relevant excerpts.</p>",
2249
+ "description": "<p>The <code>QuanticSmartSnippetSuggestions</code> component displays additional queries for which a Coveo Smart Snippet model can provide relevant excerpts.</p>",
2250
2250
  "categories": [
2251
2251
  "Search"
2252
2252
  ],
@@ -3092,7 +3092,7 @@
3092
3092
  {
3093
3093
  "name": "QuanticResultLink",
3094
3094
  "attribute": "quantic-result-link",
3095
- "description": "<p>The <code>QuanticResultLink</code> component creates a clickable link from a result that points to the original item.\nIf the result is a Salesforce record or a Salesforce Knowledge article it will open the link in a new salesforce console subtab.\nOtherwise, it will open the link in the browser tab.</p>",
3095
+ "description": "<p>The <code>QuanticResultLink</code> component creates a clickable link from a result that points to the original item.\nIf the result is a Salesforce record or a Salesforce Knowledge article it will open the link in a new Salesforce console subtab.\nOtherwise, it will open the link in the browser tab.</p>",
3096
3096
  "categories": [
3097
3097
  "Result Template"
3098
3098
  ],
@@ -4022,7 +4022,7 @@
4022
4022
  ]
4023
4023
  },
4024
4024
  {
4025
- "name": "quanticPlaceholder",
4025
+ "name": "QuanticPlaceholder",
4026
4026
  "attribute": "quantic-placeholder",
4027
4027
  "description": "<p>The <code>QuanticPlaceholder</code> component is used internally to display a loading placeholder for certain components.</p>",
4028
4028
  "categories": [
@@ -4408,7 +4408,7 @@
4408
4408
  "name": "queryCorrectionMode",
4409
4409
  "attribute": "query-correction-mode",
4410
4410
  "access": "@api",
4411
- "description": "<p>Defines which query correction system to use.\n<code>legacy</code>: Query correction is powered by the legacy index system. This system relies on an algorithm using solely the index content to compute the suggested terms.\n<code>next</code>: Query correction is powered by a machine learning system, requiring a valid query suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms.\nThe <code>legacy</code> system will send two requests to the API to get the suggestions, while the <code>next</code> system will send one request.</p>",
4411
+ "description": "<p>Defines which query correction system to use.\n<code>legacy</code>: Query correction is powered by the legacy index system. This system relies on an algorithm using solely the index content to compute the suggested terms.\n<code>next</code>: Query correction is powered by a machine learning system, requiring a valid Query Suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms.\nThe <code>legacy</code> system will send two requests to the API to get the suggestions, while the <code>next</code> system will send one request.</p>",
4412
4412
  "required": false,
4413
4413
  "defaultValue": "'legacy'",
4414
4414
  "type": "string"
@@ -5315,7 +5315,7 @@
5315
5315
  "name": "disableDynamicNavigation",
5316
5316
  "attribute": "disable-dynamic-navigation",
5317
5317
  "access": "@api",
5318
- "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the dynamic navigation experience</a>.</p>",
5318
+ "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the Dynamic Navigation Experience</a>.</p>",
5319
5319
  "required": false,
5320
5320
  "defaultValue": "`false`",
5321
5321
  "type": "boolean"
@@ -5380,7 +5380,7 @@
5380
5380
  "name": "disableDynamicNavigation",
5381
5381
  "attribute": "disable-dynamic-navigation",
5382
5382
  "access": "@api",
5383
- "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the dynamic navigation experience</a>.</p>",
5383
+ "description": "<p>Indicates whether to disable the dynamic navigation feature according to <a href=\"https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne\">the Dynamic Navigation Experience</a>.</p>",
5384
5384
  "required": false,
5385
5385
  "defaultValue": "`false`",
5386
5386
  "type": "boolean"
@@ -6299,7 +6299,7 @@
6299
6299
  {
6300
6300
  "name": "QuanticRecommendationInterface",
6301
6301
  "attribute": "quantic-recommendation-interface",
6302
- "description": "<p>The <code>QuanticRecommendationInterface</code> component initializes the headless recommendation engine and handles localization configurations.\nA single instance should be used for each instance of the Coveo Headless recommendation engine.</p>\n<p>The <code>timezone</code> used in the recommendation engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=admin_supported_timezone.htm&amp;type=5&amp;language=en_US\">Time Zone settings</a> of the Salesforce org.\nIt is used to correctly interpret dates in the query expression, facets, and result items.</p>\n<p>The <code>locale</code> used in the search engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=sf.setting_your_language.htm&amp;type=5\">Language Settings</a>.\nCoveo Machine Learning models use this information to provide contextually relevant output.\nMoreover, this information can be referred to in query expressions and QPL statements by using the <code>$locale</code> object.</p>",
6302
+ "description": "<p>The <code>QuanticRecommendationInterface</code> component initializes the headless recommendation engine and handles localization configurations.\nA single instance should be used for each instance of the Coveo Headless recommendation engine.</p>\n<p>The <code>timezone</code> used in the recommendation engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=admin_supported_timezone.htm&amp;type=5&amp;language=en_US\">Time Zone settings</a> of the Salesforce org.\nIt is used to correctly interpret dates in the query expression, facets, and result items.</p>\n<p>The <code>locale</code> used in the search engine options is taken from the <a href=\"https://help.salesforce.com/s/articleView?id=sf.admin_supported_locales.htm&amp;type=5\">Supported Locales</a>.\nCoveo Machine Learning models use this information to provide contextually relevant output.\nMoreover, this information can be referred to in query expressions and QPL statements by using the <code>$locale</code> object.</p>",
6303
6303
  "categories": [
6304
6304
  "Recommendation"
6305
6305
  ],
@@ -50,7 +50,7 @@ export default class QuanticDidYouMean extends LightningElement {
50
50
  /**
51
51
  * Defines which query correction system to use.
52
52
  * `legacy`: Query correction is powered by the legacy index system. This system relies on an algorithm using solely the index content to compute the suggested terms.
53
- * `next`: Query correction is powered by a machine learning system, requiring a valid query suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms.
53
+ * `next`: Query correction is powered by a machine learning system, requiring a valid Query Suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms.
54
54
  * The `legacy` system will send two requests to the API to get the suggestions, while the `next` system will send one request.
55
55
  * @api
56
56
  * @type {string}
@@ -56,7 +56,7 @@ const GENERATED_ANSWER_DATA_KEY = 'coveo-generated-answer-data';
56
56
  const DEFAULT_CITATION_FIELDS = ['sfid', 'sfkbid', 'sfkavid', 'filetype'];
57
57
 
58
58
  /**
59
- * The `QuanticGeneratedAnswer` component automatically generates an answer using Coveo machine learning models to answer the query executed by the user.
59
+ * The `QuanticGeneratedAnswer` component automatically generates an answer using Coveo Machine Learning models to answer the query executed by the user.
60
60
  * This component includes a slot, "no-answer-message", which allows for rendering a custom message when no answer is generated.
61
61
  * @category Search
62
62
  * @slot no-answer-message - Slot that allows the rendering of a custom message when no answer is generated.
@@ -6,7 +6,7 @@ import {LightningElement, api} from 'lwc';
6
6
  * @example
7
7
  * <c-quantic-placeholder variant="card"></c-quantic-placeholder>
8
8
  */
9
- export default class quanticPlaceholder extends LightningElement {
9
+ export default class QuanticPlaceholder extends LightningElement {
10
10
  /**
11
11
  * The type of placeholder to display.
12
12
  * @api
@@ -23,7 +23,7 @@ import {LightningElement, api} from 'lwc';
23
23
  * It is used to correctly interpret dates in the query expression, facets, and result items.
24
24
  *
25
25
  *
26
- * The `locale` used in the search engine options is taken from the [Language Settings](https://help.salesforce.com/s/articleView?id=sf.setting_your_language.htm&type=5).
26
+ * The `locale` used in the search engine options is taken from the [Supported Locales](https://help.salesforce.com/s/articleView?id=sf.admin_supported_locales.htm&type=5).
27
27
  * Coveo Machine Learning models use this information to provide contextually relevant output.
28
28
  * Moreover, this information can be referred to in query expressions and QPL statements by using the `$locale` object.
29
29
  * @category Recommendation
@@ -66,7 +66,7 @@ export default class QuanticRefineModalContent extends LightningElement {
66
66
  */
67
67
  @api hideSort;
68
68
  /**
69
- * Indicates whether to disable the dynamic navigation feature according to [the dynamic navigation experience](https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne).
69
+ * Indicates whether to disable the dynamic navigation feature according to [the Dynamic Navigation Experience](https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne).
70
70
  * @api
71
71
  * @type {boolean}
72
72
  * @defaultValue `false`
@@ -76,7 +76,7 @@ export default class QuanticRefineToggle extends LightningElement {
76
76
  */
77
77
  @api title = this.labels.sortAndFilters;
78
78
  /**
79
- * Indicates whether to disable the dynamic navigation feature according to [the dynamic navigation experience](https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne).
79
+ * Indicates whether to disable the dynamic navigation feature according to [the Dynamic Navigation Experience](https://docs.coveo.com/en/3383/leverage-machine-learning/about-dynamic-navigation-experience-dne).
80
80
  * @api
81
81
  * @type {boolean}
82
82
  * @defaultValue `false`
@@ -18,7 +18,7 @@ const documentTypesRequiringParentRecord = ['CaseComment'];
18
18
 
19
19
  /**
20
20
  * The `QuanticResultLink` component creates a clickable link from a result that points to the original item.
21
- * If the result is a Salesforce record or a Salesforce Knowledge article it will open the link in a new salesforce console subtab.
21
+ * If the result is a Salesforce record or a Salesforce Knowledge article it will open the link in a new Salesforce console subtab.
22
22
  * Otherwise, it will open the link in the browser tab.
23
23
  * @category Result Template
24
24
  * @example
@@ -24,7 +24,7 @@ import {LightningElement, api} from 'lwc';
24
24
  * It is used to correctly interpret dates in the query expression, facets, and result items.
25
25
  *
26
26
  *
27
- * The `locale` used in the search engine options is taken from the [Language Settings](https://help.salesforce.com/s/articleView?id=sf.setting_your_language.htm&type=5).
27
+ * The `locale` used in the search engine options is taken from the [Supported Locales](https://help.salesforce.com/s/articleView?id=sf.admin_supported_locales.htm&type=5).
28
28
  * Coveo Machine Learning models use this information to provide contextually relevant output.
29
29
  * Moreover, this information can be referred to in query expressions and QPL statements by using the `$locale` object.
30
30
  * @category Search
@@ -18,7 +18,7 @@ import {LightningElement, api} from 'lwc';
18
18
  */
19
19
 
20
20
  /**
21
- * The `QuanticSmartSnippetSuggestions` component displays additional queries for which a Coveo Smart Snippets model can provide relevant excerpts.
21
+ * The `QuanticSmartSnippetSuggestions` component displays additional queries for which a Coveo Smart Snippet model can provide relevant excerpts.
22
22
  * @category Search
23
23
  * @example
24
24
  * <c-quantic-smart-snippet-suggestions engine-id={engineId}></c-quantic-smart-snippet-suggestions>