AWSLexDialogState
Objective-C
NS_ENUM(NSInteger, AWSLexDialogState) {
AWSLexDialogStateUnknown,
AWSLexDialogStateElicitIntent,
AWSLexDialogStateConfirmIntent,
AWSLexDialogStateElicitSlot,
AWSLexDialogStateFulfilled,
AWSLexDialogStateReadyForFulfillment,
AWSLexDialogStateFailed,
}
Swift
enum AWSLexDialogState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLexDialogStateElicitIntentSwift
case elicitIntent = 1 -
Undocumented
Declaration
Objective-C
AWSLexDialogStateConfirmIntentSwift
case confirmIntent = 2 -
Undocumented
Declaration
Objective-C
AWSLexDialogStateElicitSlotSwift
case elicitSlot = 3 -
Undocumented
Declaration
Objective-C
AWSLexDialogStateFulfilledSwift
case fulfilled = 4 -
Undocumented
Declaration
Objective-C
AWSLexDialogStateReadyForFulfillmentSwift
case readyForFulfillment = 5 -
Undocumented
Declaration
Objective-C
AWSLexDialogStateFailedSwift
case failed = 6
View on GitHub
Install in Dash
AWSLexDialogState Enumeration Reference