@@ -4780,14 +4780,14 @@ class DialogNodeOutputGeneric():
4780
4780
natural-language query or a query that uses the Discovery query language syntax,
4781
4781
depending on the value of the **query_type** property. For more information, see
4782
4782
the [Discovery service
4783
- documentation](https://cloud.ibm.com/docs/discovery/ query-operators.html #query-operators).
4783
+ documentation](https://cloud.ibm.com/docs/discovery?topic=discovery- query-operators#query-operators).
4784
4784
Required when **response_type**=`search_skill`.
4785
4785
:attr str query_type: (optional) The type of the search query. Required when
4786
4786
**response_type**=`search_skill`.
4787
4787
:attr str filter: (optional) An optional filter that narrows the set of
4788
4788
documents to be searched. For more information, see the [Discovery service
4789
4789
documentation]([Discovery service
4790
- documentation](https://cloud.ibm.com/docs/discovery/ query-parameters.html #filter).
4790
+ documentation](https://cloud.ibm.com/docs/discovery?topic=discovery- query-parameters#filter).
4791
4791
:attr str discovery_version: (optional) The version of the Discovery service API
4792
4792
to use for the query.
4793
4793
"""
@@ -4849,14 +4849,14 @@ def __init__(self,
4849
4849
either a natural-language query or a query that uses the Discovery query
4850
4850
language syntax, depending on the value of the **query_type** property. For
4851
4851
more information, see the [Discovery service
4852
- documentation](https://cloud.ibm.com/docs/discovery/ query-operators.html #query-operators).
4852
+ documentation](https://cloud.ibm.com/docs/discovery?topic=discovery- query-operators#query-operators).
4853
4853
Required when **response_type**=`search_skill`.
4854
4854
:param str query_type: (optional) The type of the search query. Required
4855
4855
when **response_type**=`search_skill`.
4856
4856
:param str filter: (optional) An optional filter that narrows the set of
4857
4857
documents to be searched. For more information, see the [Discovery service
4858
4858
documentation]([Discovery service
4859
- documentation](https://cloud.ibm.com/docs/discovery/ query-parameters.html #filter).
4859
+ documentation](https://cloud.ibm.com/docs/discovery?topic=discovery- query-parameters#filter).
4860
4860
:param str discovery_version: (optional) The version of the Discovery
4861
4861
service API to use for the query.
4862
4862
"""
0 commit comments