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.
711 712 713 |
# File 'sig/types.rbs', line 711 def conversation_id @conversation_id end |
#input_message ⇒ Types::AgentInputMessage
Returns the value of attribute input_message.
710 711 712 |
# File 'sig/types.rbs', line 710 def @input_message end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def profile_id @profile_id end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
709 710 711 |
# File 'sig/types.rbs', line 709 def source_format @source_format end |