Class: Aws::Types::SelfServiceConversationHistory
- Inherits:
-
Object
- Object
- Aws::Types::SelfServiceConversationHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_response ⇒ ::String
Returns the value of attribute bot_response.
-
#input_transcript ⇒ ::String
Returns the value of attribute input_transcript.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#turn_number ⇒ ::Integer
Returns the value of attribute turn_number.
Instance Attribute Details
#bot_response ⇒ ::String
Returns the value of attribute bot_response.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def bot_response @bot_response end |
#input_transcript ⇒ ::String
Returns the value of attribute input_transcript.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def input_transcript @input_transcript end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def @timestamp end |
#turn_number ⇒ ::Integer
Returns the value of attribute turn_number.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def turn_number @turn_number end |