|
1 | 1 | /** |
2 | | -* (C) Copyright IBM Corp. 2017, 2020. |
| 2 | +* (C) Copyright IBM Corp. 2018, 2020. |
3 | 3 | * |
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
5 | 5 | * you may not use this file except in compliance with the License. |
@@ -2183,7 +2183,7 @@ public DetailedResponse<DeleteDocumentResponse> DeleteDocument(string environmen |
2183 | 2183 | /// Query a collection. |
2184 | 2184 | /// |
2185 | 2185 | /// By using this method, you can construct long queries. For details, see the [Discovery |
2186 | | - /// documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts). |
| 2186 | + /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts). |
2187 | 2187 | /// </summary> |
2188 | 2188 | /// <param name="environmentId">The ID of the environment.</param> |
2189 | 2189 | /// <param name="collectionId">The ID of the collection.</param> |
@@ -2340,8 +2340,8 @@ public DetailedResponse<QueryResponse> Query(string environmentId, string collec |
2340 | 2340 | /// |
2341 | 2341 | /// Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated |
2342 | 2342 | /// when ingesting documents and performing relevance training. See the [Discovery |
2343 | | - /// documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts) |
2344 | | - /// for more details on the query language. |
| 2343 | + /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts) for more |
| 2344 | + /// details on the query language. |
2345 | 2345 | /// </summary> |
2346 | 2346 | /// <param name="environmentId">The ID of the environment.</param> |
2347 | 2347 | /// <param name="collectionId">The ID of the collection.</param> |
@@ -2516,7 +2516,7 @@ public DetailedResponse<QueryNoticesResponse> QueryNotices(string environmentId, |
2516 | 2516 | /// |
2517 | 2517 | /// By using this method, you can construct long queries that search multiple collection. For details, see the |
2518 | 2518 | /// [Discovery |
2519 | | - /// documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts). |
| 2519 | + /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts). |
2520 | 2520 | /// </summary> |
2521 | 2521 | /// <param name="environmentId">The ID of the environment.</param> |
2522 | 2522 | /// <param name="queryLong"></param> |
@@ -2668,8 +2668,8 @@ public DetailedResponse<QueryResponse> FederatedQuery(string environmentId, stri |
2668 | 2668 | /// |
2669 | 2669 | /// Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated |
2670 | 2670 | /// when ingesting documents and performing relevance training. See the [Discovery |
2671 | | - /// documentation](https://cloud.ibm.com/docs/services/discovery?topic=discovery-query-concepts#query-concepts) |
2672 | | - /// for more details on the query language. |
| 2671 | + /// documentation](https://cloud.ibm.com/docs/discovery?topic=discovery-query-concepts#query-concepts) for more |
| 2672 | + /// details on the query language. |
2673 | 2673 | /// </summary> |
2674 | 2674 | /// <param name="environmentId">The ID of the environment.</param> |
2675 | 2675 | /// <param name="collectionIds">A comma-separated list of collection IDs to be queried against.</param> |
@@ -3664,7 +3664,7 @@ public DetailedResponse<TrainingExample> GetTrainingExample(string environmentId |
3664 | 3664 | /// |
3665 | 3665 | /// You associate a customer ID with data by passing the **X-Watson-Metadata** header with a request that passes |
3666 | 3666 | /// data. For more information about personal data and customer IDs, see [Information |
3667 | | - /// security](https://cloud.ibm.com/docs/services/discovery?topic=discovery-information-security#information-security). |
| 3667 | + /// security](https://cloud.ibm.com/docs/discovery?topic=discovery-information-security#information-security). |
3668 | 3668 | /// </summary> |
3669 | 3669 | /// <param name="customerId">The customer ID for which all data is to be deleted.</param> |
3670 | 3670 | /// <returns><see cref="object" />object</returns> |
|
0 commit comments