Class: Aws::HealthLake::Types::UpdateProfileWithAgentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateProfileWithAgentResponse
- Defined in:
- gems/aws-sdk-healthlake/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.
2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2601 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.
2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2601 class UpdateProfileWithAgentResponse < Struct.new( :agent_response, :conversation_id) SENSITIVE = [] include Aws::Structure end |