Class: Aws::Types::UtteranceBotResponse
- Inherits:
-
Object
- Object
- Aws::Types::UtteranceBotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#content_type ⇒ "PlainText", ...
Returns the value of attribute content_type.
-
#image_response_card ⇒ Types::ImageResponseCard
Returns the value of attribute image_response_card.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
3845 3846 3847 |
# File 'sig/types.rbs', line 3845 def content @content end |
#content_type ⇒ "PlainText", ...
Returns the value of attribute content_type.
3846 3847 3848 |
# File 'sig/types.rbs', line 3846 def content_type @content_type end |
#image_response_card ⇒ Types::ImageResponseCard
Returns the value of attribute image_response_card.
3847 3848 3849 |
# File 'sig/types.rbs', line 3847 def image_response_card @image_response_card end |