Class: Aws::HealthLake::Types::UpdateProfileWithAgentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-healthlake/types.rb

Overview

The request parameters for the UpdateProfileWithAgent operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversation_idString

The conversation identifier for multi-turn interactions. Omit to start a new conversation.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-healthlake/types.rb', line 2584

class UpdateProfileWithAgentRequest < Struct.new(
  :profile_id,
  :source_format,
  :input_message,
  :conversation_id)
  SENSITIVE = []
  include Aws::Structure
end

#input_messageTypes::AgentInputMessage

The message to send to the agent.



2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-healthlake/types.rb', line 2584

class UpdateProfileWithAgentRequest < Struct.new(
  :profile_id,
  :source_format,
  :input_message,
  :conversation_id)
  SENSITIVE = []
  include Aws::Structure
end

#profile_idString

The unique identifier of the profile to update via the agent.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-healthlake/types.rb', line 2584

class UpdateProfileWithAgentRequest < Struct.new(
  :profile_id,
  :source_format,
  :input_message,
  :conversation_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_formatString

The source data format for the transformation.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
2591
# File 'lib/aws-sdk-healthlake/types.rb', line 2584

class UpdateProfileWithAgentRequest < Struct.new(
  :profile_id,
  :source_format,
  :input_message,
  :conversation_id)
  SENSITIVE = []
  include Aws::Structure
end