IntentCollection
public struct IntentCollection : Codable, Equatable
IntentCollection.
-
An array of objects describing the intents defined for the workspace.
Declaration
Swift
public var intents: [Intent] -
The pagination data for the returned objects.
Declaration
Swift
public var pagination: Pagination
View on GitHub
IntentCollection Structure Reference