Choices

struct Choices : Codable

Response model for choices

  • text: optional

    Declaration

    Swift

    public let text: String?
  • index: optional

    Declaration

    Swift

    public let index: Int?