SMIChoicesResponse

Objective-C

@protocol SMIChoicesResponse <SMIEntryPayload, SMIEntryTypeMessage>

Swift

protocol ChoicesResponse : EntryPayload, EntryTypeMessage

Represents a list of choices within an SMIConversationEntry.

  • The list of choices.

    See

    SMIChoice

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSArray<id<SMIChoice>> *_Nonnull selections;

    Swift

    var selections: [SMIChoice] { get }