Class: Aws::HealthLake::Types::UpdateProfileWithAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateProfileWithAgentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
The response from the UpdateProfileWithAgent operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_response ⇒ Types::AgentOutputMessage
The response message from the agent.
-
#conversation_id ⇒ String
The conversation identifier to use for follow-up messages in this conversation.
Instance Attribute Details
#agent_response ⇒ Types::AgentOutputMessage
The response message from the agent.
2606 2607 2608 2609 2610 2611 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2606 class UpdateProfileWithAgentResponse < Struct.new( :agent_response, :conversation_id) SENSITIVE = [] include Aws::Structure end |
#conversation_id ⇒ String
The conversation identifier to use for follow-up messages in this conversation.
2606 2607 2608 2609 2610 2611 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2606 class UpdateProfileWithAgentResponse < Struct.new( :agent_response, :conversation_id) SENSITIVE = [] include Aws::Structure end |