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
AWSLexDialogStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateElicitIntent
Swift
case elicitIntent = 1
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateConfirmIntent
Swift
case confirmIntent = 2
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateElicitSlot
Swift
case elicitSlot = 3
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateFulfilled
Swift
case fulfilled = 4
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateReadyForFulfillment
Swift
case readyForFulfillment = 5
-
Undocumented
Declaration
Objective-C
AWSLexDialogStateFailed
Swift
case failed = 6