Skip to content

Commit 765429f

Browse files
authored
Merge branch 'develop' into codegen/language-translator
2 parents 0ddfc96 + de9a05d commit 765429f

File tree

96 files changed

+1331
-541
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+1331
-541
lines changed

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/Assistant.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ public Assistant(String versionDate, String username, String password) {
130130
}
131131

132132
/**
133+
* Get response to user input.
134+
*
133135
* Get a response to a user's input. There is no rate limit for this operation.
134136
*
135137
* @param messageOptions the {@link MessageOptions} containing the options for the call
@@ -278,8 +280,8 @@ public ServiceCall<WorkspaceExport> getWorkspace(GetWorkspaceOptions getWorkspac
278280
/**
279281
* List workspaces.
280282
*
281-
* List the workspaces associated with an Assistant service instance. This operation is limited to 500 requests per 30
282-
* minutes. For more information, see **Rate limiting**.
283+
* List the workspaces associated with a Watson Assistant service instance. This operation is limited to 500 requests
284+
* per 30 minutes. For more information, see **Rate limiting**.
283285
*
284286
* @param listWorkspacesOptions the {@link ListWorkspacesOptions} containing the options for the call
285287
* @return a {@link ServiceCall} with a response type of {@link WorkspaceCollection}
@@ -311,8 +313,8 @@ public ServiceCall<WorkspaceCollection> listWorkspaces(ListWorkspacesOptions lis
311313
/**
312314
* List workspaces.
313315
*
314-
* List the workspaces associated with an Assistant service instance. This operation is limited to 500 requests per 30
315-
* minutes. For more information, see **Rate limiting**.
316+
* List the workspaces associated with a Watson Assistant service instance. This operation is limited to 500 requests
317+
* per 30 minutes. For more information, see **Rate limiting**.
316318
*
317319
* @return a {@link ServiceCall} with a response type of {@link WorkspaceCollection}
318320
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/CreateDialogNode.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
*/
1313
package com.ibm.watson.developer_cloud.assistant.v1.model;
1414

15-
import com.google.gson.annotations.SerializedName;
16-
import com.ibm.watson.developer_cloud.service.model.GenericModel;
17-
import com.ibm.watson.developer_cloud.util.Validator;
18-
1915
import java.util.ArrayList;
2016
import java.util.List;
2117
import java.util.Map;
2218

19+
import com.google.gson.annotations.SerializedName;
20+
import com.ibm.watson.developer_cloud.service.model.GenericModel;
21+
import com.ibm.watson.developer_cloud.util.Validator;
22+
2323
/**
2424
* CreateDialogNode.
2525
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/DialogNode.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
*/
1313
package com.ibm.watson.developer_cloud.assistant.v1.model;
1414

15-
import com.google.gson.annotations.SerializedName;
16-
import com.ibm.watson.developer_cloud.service.model.GenericModel;
17-
1815
import java.util.Date;
1916
import java.util.List;
2017
import java.util.Map;
2118

19+
import com.google.gson.annotations.SerializedName;
20+
import com.ibm.watson.developer_cloud.service.model.GenericModel;
21+
2222
/**
2323
* DialogNode.
2424
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/DialogNodeVisitedDetails.java

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public class DialogNodeVisitedDetails extends GenericModel {
2323
@SerializedName("dialog_node")
2424
private String dialogNode;
2525
private String title;
26+
private String conditions;
2627

2728
/**
2829
* Gets the dialogNode.
@@ -46,6 +47,17 @@ public String getTitle() {
4647
return title;
4748
}
4849

50+
/**
51+
* Gets the conditions.
52+
*
53+
* The conditions that trigger the dialog node.
54+
*
55+
* @return the conditions
56+
*/
57+
public String getConditions() {
58+
return conditions;
59+
}
60+
4961
/**
5062
* Sets the dialogNode.
5163
*
@@ -63,4 +75,13 @@ public void setDialogNode(final String dialogNode) {
6375
public void setTitle(final String title) {
6476
this.title = title;
6577
}
78+
79+
/**
80+
* Sets the conditions.
81+
*
82+
* @param conditions the new conditions
83+
*/
84+
public void setConditions(final String conditions) {
85+
this.conditions = conditions;
86+
}
6687
}

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/ListAllLogsOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public Long pageLimit() {
167167
/**
168168
* Gets the cursor.
169169
*
170-
* A token identifying the last object from the previous page of results.
170+
* A token identifying the page of results to retrieve.
171171
*
172172
* @return the cursor
173173
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/ListCounterexamplesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public String sort() {
205205
/**
206206
* Gets the cursor.
207207
*
208-
* A token identifying the last object from the previous page of results.
208+
* A token identifying the page of results to retrieve.
209209
*
210210
* @return the cursor
211211
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/ListDialogNodesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public String sort() {
205205
/**
206206
* Gets the cursor.
207207
*
208-
* A token identifying the last object from the previous page of results.
208+
* A token identifying the page of results to retrieve.
209209
*
210210
* @return the cursor
211211
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/ListEntitiesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public String sort() {
232232
/**
233233
* Gets the cursor.
234234
*
235-
* A token identifying the last object from the previous page of results.
235+
* A token identifying the page of results to retrieve.
236236
*
237237
* @return the cursor
238238
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/ListExamplesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public String sort() {
234234
/**
235235
* Gets the cursor.
236236
*
237-
* A token identifying the last object from the previous page of results.
237+
* A token identifying the page of results to retrieve.
238238
*
239239
* @return the cursor
240240
*/

assistant/src/main/java/com/ibm/watson/developer_cloud/assistant/v1/model/ListIntentsOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public String sort() {
232232
/**
233233
* Gets the cursor.
234234
*
235-
* A token identifying the last object from the previous page of results.
235+
* A token identifying the page of results to retrieve.
236236
*
237237
* @return the cursor
238238
*/

0 commit comments

Comments
 (0)