Class DialogNodeCollection
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogNodeCollection
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodeCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An array of dialog nodes.
-
Constructor Summary
Constructors Constructor Description DialogNodeCollection()
-
Method Summary
Modifier and Type Method Description List<DialogNode>
getDialogNodes()
Gets the dialogNodes.Pagination
getPagination()
Gets the pagination.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
DialogNodeCollection
public DialogNodeCollection()
-
-
Method Details
-
getDialogNodes
Gets the dialogNodes.An array of objects describing the dialog nodes defined for the workspace.
- Returns:
- the dialogNodes
-
getPagination
Gets the pagination.The pagination data for the returned objects.
- Returns:
- the pagination
-