Class: Aws::HealthLake::Types::UpdateProfileWithAgentResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_responseTypes::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_idString

The conversation identifier to use for follow-up messages in this conversation.

Returns:

  • (String)


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