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.
774 775 776 |
# File 'sig/types.rbs', line 774 def agent_response @agent_response end |
#conversation_id ⇒ ::String
Returns the value of attribute conversation_id.
775 776 777 |
# File 'sig/types.rbs', line 775 def conversation_id @conversation_id end |