Skip to content

Commit 279978b

Browse files
committed
feat: Regenerated using 2.2.5 and 293b8fd00ce3041b7d899af4534b85a89f5b963f
1 parent 8adba99 commit 279978b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/IBM.Watson.Assistant.v1/Model/DialogNodeOutputGeneric.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2018, 2019.
2+
* (C) Copyright IBM Corp. 2018, 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -198,8 +198,8 @@ public class QueryTypeEnumValue
198198
/// The text of the search query. This can be either a natural-language query or a query that uses the Discovery
199199
/// query language syntax, depending on the value of the **query_type** property. For more information, see the
200200
/// [Discovery service
201-
/// documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators). Required
202-
/// when **response_type**=`search_skill`.
201+
/// documentation](https://cloud.ibm.com/docs/discovery/query-operators.html#query-operators). Required when
202+
/// **response_type**=`search_skill`.
203203
/// </summary>
204204
[JsonProperty("query", NullValueHandling = NullValueHandling.Ignore)]
205205
public string Query { get; set; }

src/IBM.Watson.Discovery.v1/DiscoveryService.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2017, 2020.
2+
* (C) Copyright IBM Corp. 2018, 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -2183,7 +2183,7 @@ public DetailedResponse<DeleteDocumentResponse> DeleteDocument(string environmen
21832183
/// Query a collection.
21842184
///
21852185
/// 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).
21872187
/// </summary>
21882188
/// <param name="environmentId">The ID of the environment.</param>
21892189
/// <param name="collectionId">The ID of the collection.</param>
@@ -2340,8 +2340,8 @@ public DetailedResponse<QueryResponse> Query(string environmentId, string collec
23402340
///
23412341
/// Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated
23422342
/// 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.
23452345
/// </summary>
23462346
/// <param name="environmentId">The ID of the environment.</param>
23472347
/// <param name="collectionId">The ID of the collection.</param>
@@ -2516,7 +2516,7 @@ public DetailedResponse<QueryNoticesResponse> QueryNotices(string environmentId,
25162516
///
25172517
/// By using this method, you can construct long queries that search multiple collection. For details, see the
25182518
/// [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).
25202520
/// </summary>
25212521
/// <param name="environmentId">The ID of the environment.</param>
25222522
/// <param name="queryLong"></param>
@@ -2668,8 +2668,8 @@ public DetailedResponse<QueryResponse> FederatedQuery(string environmentId, stri
26682668
///
26692669
/// Queries for notices (errors or warnings) that might have been generated by the system. Notices are generated
26702670
/// 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.
26732673
/// </summary>
26742674
/// <param name="environmentId">The ID of the environment.</param>
26752675
/// <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
36643664
///
36653665
/// You associate a customer ID with data by passing the **X-Watson-Metadata** header with a request that passes
36663666
/// 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).
36683668
/// </summary>
36693669
/// <param name="customerId">The customer ID for which all data is to be deleted.</param>
36703670
/// <returns><see cref="object" />object</returns>

0 commit comments

Comments
 (0)