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_id ⇒ String

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

Returns:

  • (String)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'lib/aws-sdk-healthlake/types.rb', line 2797

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

#input_message ⇒ Types::AgentInputMessage

The message to send to the agent.



2797
2798
2799
2800
2801
2802
2803
2804
# File 'lib/aws-sdk-healthlake/types.rb', line 2797

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

#profile_id ⇒ String

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

Returns:

  • (String)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'lib/aws-sdk-healthlake/types.rb', line 2797

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

#source_format ⇒ String

The source data format for the transformation.

Returns:

  • (String)


2797
2798
2799
2800
2801
2802
2803
2804
# File 'lib/aws-sdk-healthlake/types.rb', line 2797

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