AWSLexSwitchModeResponse
Objective-C
@interface AWSLexSwitchModeResponse : NSObject
Swift
class AWSLexSwitchModeResponse : NSObject
A response class returned back to the InteractionKit, In the course that user decides to switch modes of input between 2 requests, or set additional session attributes in the subsequant request.
-
Undocumented
Declaration
Objective-C
@property (nonatomic) AWSLexInteractionMode interactionMode
Swift
var interactionMode: AWSLexInteractionMode { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary * _Nullable sessionAttributes
Swift
var sessionAttributes: [AnyHashable : Any]? { get set }