Class: Aws::HealthLake::Types::UpdateProfileWithAgentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateProfileWithAgentRequest
- 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
-
#conversation_id ⇒ String
The conversation identifier for multi-turn interactions.
-
#input_message ⇒ Types::AgentInputMessage
The message to send to the agent.
-
#profile_id ⇒ String
The unique identifier of the profile to update via the agent.
-
#source_format ⇒ String
The source data format for the transformation.
Instance Attribute Details
#conversation_id ⇒ String
The conversation identifier for multi-turn interactions. Omit to start a new conversation.
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_message ⇒ Types::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_id ⇒ String
The unique identifier of the profile to update via 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 |
#source_format ⇒ String
The source data format for the transformation.
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 |