Class: Aws::Types::UtteranceBotResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


3845
3846
3847
# File 'sig/types.rbs', line 3845

def content
  @content
end

#content_type ⇒ "PlainText", ...

Returns the value of attribute content_type.

Returns:



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