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

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

Instance Attribute Details

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

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

Returns:

  • (String)


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