@@ -77,11 +77,11 @@ def initialize(args = {})
7777 # responses. It also maintains the state of the conversation. A session persists
7878 # until it is deleted, or until it times out because of inactivity. (For more
7979 # information, see the
80- # [documentation](https://cloud.ibm.com/docs/services/ assistant?topic=assistant-assistant-settings).
80+ # [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-settings).
8181 # @param assistant_id [String] Unique identifier of the assistant. To find the assistant ID in the Watson
8282 # Assistant user interface, open the assistant settings and click **API Details**.
8383 # For information about creating assistants, see the
84- # [documentation](https://cloud.ibm.com/docs/services/ assistant?topic=assistant-assistant-add#assistant-add-task).
84+ # [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-add#assistant-add-task).
8585 #
8686 # **Note:** Currently, the v2 API does not support creating assistants.
8787 # @return [IBMCloudSdkCore::DetailedResponse] A `IBMCloudSdkCore::DetailedResponse` object representing the response.
@@ -114,11 +114,11 @@ def create_session(assistant_id:)
114114 # Delete session.
115115 # Deletes a session explicitly before it times out. (For more information about the
116116 # session inactivity timeout, see the
117- # [documentation](https://cloud.ibm.com/docs/services/ assistant?topic=assistant-assistant-settings)).
117+ # [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-settings)).
118118 # @param assistant_id [String] Unique identifier of the assistant. To find the assistant ID in the Watson
119119 # Assistant user interface, open the assistant settings and click **API Details**.
120120 # For information about creating assistants, see the
121- # [documentation](https://cloud.ibm.com/docs/services/ assistant?topic=assistant-assistant-add#assistant-add-task).
121+ # [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-add#assistant-add-task).
122122 #
123123 # **Note:** Currently, the v2 API does not support creating assistants.
124124 # @param session_id [String] Unique identifier of the session.
@@ -161,7 +161,7 @@ def delete_session(assistant_id:, session_id:)
161161 # @param assistant_id [String] Unique identifier of the assistant. To find the assistant ID in the Watson
162162 # Assistant user interface, open the assistant settings and click **API Details**.
163163 # For information about creating assistants, see the
164- # [documentation](https://cloud.ibm.com/docs/services/ assistant?topic=assistant-assistant-add#assistant-add-task).
164+ # [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-assistant-add#assistant-add-task).
165165 #
166166 # **Note:** Currently, the v2 API does not support creating assistants.
167167 # @param session_id [String] Unique identifier of the session.
0 commit comments