Class: Aws::Types::UpdateProfileWithAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileWithAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
-
#input_message ⇒ Types::AgentInputMessage
Returns the value of attribute input_message.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
Instance Attribute Details
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
769 770 771 |
# File 'sig/types.rbs', line 769 def conversation_id @conversation_id end |
#input_message ⇒ Types::AgentInputMessage
Returns the value of attribute input_message.
768 769 770 |
# File 'sig/types.rbs', line 768 def @input_message end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
766 767 768 |
# File 'sig/types.rbs', line 766 def profile_id @profile_id end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
767 768 769 |
# File 'sig/types.rbs', line 767 def source_format @source_format end |