Class: Aws::Lex::Types::ResponseCard
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lex::Types::ResponseCard
- Defined in:
- gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb
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).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The content type of the response.
-
#generic_attachments ⇒ Array<Types::GenericAttachment>
An array of attachment objects representing options.
-
#version ⇒ String
The version of the response card format.
Instance Attribute Details
#content_type ⇒ String
The content type of the response.
1570 1571 1572 1573 1574 1575 1576 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 1570 class ResponseCard < Struct.new( :version, :content_type, :generic_attachments) SENSITIVE = [] include Aws::Structure end |
#generic_attachments ⇒ Array<Types::GenericAttachment>
An array of attachment objects representing options.
1570 1571 1572 1573 1574 1575 1576 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 1570 class ResponseCard < Struct.new( :version, :content_type, :generic_attachments) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the response card format.
1570 1571 1572 1573 1574 1575 1576 |
# File 'gems/aws-sdk-lex/lib/aws-sdk-lex/types.rb', line 1570 class ResponseCard < Struct.new( :version, :content_type, :generic_attachments) SENSITIVE = [] include Aws::Structure end |