public class DialogNodeCollection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| List<DialogNode> | getDialogNodes()Gets the dialogNodes. | 
| Pagination | getPagination()Gets the pagination. | 
public List<DialogNode> getDialogNodes()
An array of objects describing the dialog nodes defined for the workspace.
public Pagination getPagination()
The pagination data for the returned objects. For more information about using pagination, see [Pagination](#pagination).
Copyright © 2023 IBM Cloud. All rights reserved.