You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The IBM Watson™ Assistant service combines machine learning, natural language understanding, and integrated dialog tools to create conversation flows between your apps and your users.
23
+
* The IBM Watson™ Assistant service combines machine learning, natural language understanding, and an integrated dialog editor to create conversation flows between your apps and your users.
24
24
*/
25
25
26
26
classAssistantV1extendsBaseService{
@@ -4485,7 +4485,7 @@ namespace AssistantV1 {
4485
4485
/** An object defining the message input to be sent to the Watson Assistant service if the user selects the corresponding option. */
/** An input object that includes the input text. */
4488
-
input?: JsonObject;
4488
+
input?: MessageInput;
4489
4489
/** An array of intents to be used while processing the input. **Note:** This property is supported for backward compatibility with applications that use the v1 **Get response to user input** method. */
4490
4490
intents?: RuntimeIntent[];
4491
4491
/** An array of entities to be used while processing the user input. **Note:** This property is supported for backward compatibility with applications that use the v1 **Get response to user input** method. */
@@ -4904,7 +4904,7 @@ namespace AssistantV1 {
4904
4904
4905
4905
/** Global settings for the workspace. */
4906
4906
exportinterfaceWorkspaceSystemSettings{
4907
-
/** Workspace settings related to the Watson Assistant tool. */
4907
+
/** Workspace settings related to the Watson Assistant user interface. */
4908
4908
tooling?: WorkspaceSystemSettingsTooling;
4909
4909
/** Workspace settings related to the disambiguation feature. **Note:** This feature is available only to Premium users. */
* The IBM Watson™ Assistant service combines machine learning, natural language understanding, and integrated dialog tools to create conversation flows between your apps and your users.
23
+
* The IBM Watson™ Assistant service combines machine learning, natural language understanding, and an integrated dialog editor to create conversation flows between your apps and your users.
24
24
*/
25
25
26
26
classAssistantV2extendsBaseService{
@@ -77,8 +77,8 @@ class AssistantV2 extends BaseService {
77
77
*
78
78
* @param {Object} params - The parameters to send to the service.
79
79
* @param {string} params.assistant_id - Unique identifier of the assistant. To find the assistant ID in the Watson
80
-
* Assistant tool, open the assistant settings and click **API Details**. For information about creating assistants,
81
-
* see the
80
+
* Assistant user interface, open the assistant settings and click **API Details**. For information about creating
* **Note:** Currently, the v2 API does not support creating assistants.
@@ -315,15 +315,15 @@ namespace AssistantV2 {
315
315
316
316
/** Parameters for the `createSession` operation. */
317
317
exportinterfaceCreateSessionParams{
318
-
/** Unique identifier of the assistant. To find the assistant ID in the Watson Assistant tool, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/services/assistant?topic=assistant-assistant-add#assistant-add-task). **Note:** Currently, the v2 API does not support creating assistants. */
318
+
/** Unique identifier of the assistant. To find the assistant ID in the Watson Assistant user interface, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/services/assistant?topic=assistant-assistant-add#assistant-add-task). **Note:** Currently, the v2 API does not support creating assistants. */
319
319
assistant_id: string;
320
320
headers?: OutgoingHttpHeaders;
321
321
return_response?: boolean;
322
322
}
323
323
324
324
/** Parameters for the `deleteSession` operation. */
325
325
exportinterfaceDeleteSessionParams{
326
-
/** Unique identifier of the assistant. To find the assistant ID in the Watson Assistant tool, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/services/assistant?topic=assistant-assistant-add#assistant-add-task). **Note:** Currently, the v2 API does not support creating assistants. */
326
+
/** Unique identifier of the assistant. To find the assistant ID in the Watson Assistant user interface, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/services/assistant?topic=assistant-assistant-add#assistant-add-task). **Note:** Currently, the v2 API does not support creating assistants. */
327
327
assistant_id: string;
328
328
/** Unique identifier of the session. */
329
329
session_id: string;
@@ -333,7 +333,7 @@ namespace AssistantV2 {
333
333
334
334
/** Parameters for the `message` operation. */
335
335
exportinterfaceMessageParams{
336
-
/** Unique identifier of the assistant. To find the assistant ID in the Watson Assistant tool, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/services/assistant?topic=assistant-assistant-add#assistant-add-task). **Note:** Currently, the v2 API does not support creating assistants. */
336
+
/** Unique identifier of the assistant. To find the assistant ID in the Watson Assistant user interface, open the assistant settings and click **API Details**. For information about creating assistants, see the [documentation](https://cloud.ibm.com/docs/services/assistant?topic=assistant-assistant-add#assistant-add-task). **Note:** Currently, the v2 API does not support creating assistants. */
0 commit comments