ExampleCollection

public struct ExampleCollection : Codable, Equatable

ExampleCollection.

  • An array of objects describing the examples defined for the intent.

    Declaration

    Swift

    public var examples: [Example]
  • The pagination data for the returned objects.

    Declaration

    Swift

    public var pagination: Pagination