AWSLexResponseCard Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSLexModel.h AWSLexModel.m |
Overview
If you configure a response card when creating your bots, Amazon Lex substitutes the session attributes and slot values that are available, and then returns it. The response card can also come from a Lambda function ( dialogCodeHook
and fulfillmentActivity
on an intent).
contentType
The content type of the response.
@property (nonatomic, assign) AWSLexContentType contentType
Declared In
AWSLexModel.h
genericAttachments
An array of attachment objects representing options.
@property (nonatomic, strong) NSArray<AWSLexGenericAttachment*> *genericAttachments
Declared In
AWSLexModel.h
version
The version of the response card format.
@property (nonatomic, strong) NSString *version
Declared In
AWSLexModel.h