DialogNodeCollection
public struct DialogNodeCollection : Codable, Equatable
An array of dialog nodes.
-
An array of objects describing the dialog nodes defined for the workspace.
Declaration
Swift
public var dialogNodes: [DialogNode]
-
The pagination data for the returned objects.
Declaration
Swift
public var pagination: Pagination