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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/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)


2579
2580
2581
2582
2583
2584
2585
2586
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2579

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.



2579
2580
2581
2582
2583
2584
2585
2586
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2579

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)


2579
2580
2581
2582
2583
2584
2585
2586
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2579

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)


2579
2580
2581
2582
2583
2584
2585
2586
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2579

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