@@ -4780,14 +4780,14 @@ class DialogNodeOutputGeneric():
47804780 natural-language query or a query that uses the Discovery query language syntax,
47814781 depending on the value of the **query_type** property. For more information, see
47824782 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).
47844784 Required when **response_type**=`search_skill`.
47854785 :attr str query_type: (optional) The type of the search query. Required when
47864786 **response_type**=`search_skill`.
47874787 :attr str filter: (optional) An optional filter that narrows the set of
47884788 documents to be searched. For more information, see the [Discovery service
47894789 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).
47914791 :attr str discovery_version: (optional) The version of the Discovery service API
47924792 to use for the query.
47934793 """
@@ -4849,14 +4849,14 @@ def __init__(self,
48494849 either a natural-language query or a query that uses the Discovery query
48504850 language syntax, depending on the value of the **query_type** property. For
48514851 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).
48534853 Required when **response_type**=`search_skill`.
48544854 :param str query_type: (optional) The type of the search query. Required
48554855 when **response_type**=`search_skill`.
48564856 :param str filter: (optional) An optional filter that narrows the set of
48574857 documents to be searched. For more information, see the [Discovery service
48584858 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).
48604860 :param str discovery_version: (optional) The version of the Discovery
48614861 service API to use for the query.
48624862 """
0 commit comments