Class: Aws::Types::UpdateProfileWithAgentResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileWithAgentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_response ⇒ Types::AgentOutputMessage
Returns the value of attribute agent_response.
-
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
Instance Attribute Details
#agent_response ⇒ Types::AgentOutputMessage
Returns the value of attribute agent_response.
716 717 718 |
# File 'sig/types.rbs', line 716 def agent_response @agent_response end |
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
717 718 719 |
# File 'sig/types.rbs', line 717 def conversation_id @conversation_id end |