Class: Aws::BedrockAgentRuntime::Types::PutInvocationStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::PutInvocationStepRequest
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invocation_identifier ⇒ String
The unique identifier (in UUID format) of the invocation to add the invocation step to.
-
#invocation_step_id ⇒ String
The unique identifier of the invocation step in UUID format.
-
#invocation_step_time ⇒ Time
The timestamp for when the invocation step occurred.
-
#payload ⇒ Types::InvocationStepPayload
The payload for the invocation step, including text and images for the interaction.
-
#session_identifier ⇒ String
The unique identifier for the session to add the invocation step to.
Instance Attribute Details
#invocation_identifier ⇒ String
The unique identifier (in UUID format) of the invocation to add the invocation step to.
7750 7751 7752 7753 7754 7755 7756 7757 7758 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7750 class PutInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :invocation_step_time, :payload, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#invocation_step_id ⇒ String
The unique identifier of the invocation step in UUID format.
7750 7751 7752 7753 7754 7755 7756 7757 7758 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7750 class PutInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :invocation_step_time, :payload, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#invocation_step_time ⇒ Time
The timestamp for when the invocation step occurred.
7750 7751 7752 7753 7754 7755 7756 7757 7758 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7750 class PutInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :invocation_step_time, :payload, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#payload ⇒ Types::InvocationStepPayload
The payload for the invocation step, including text and images for the interaction.
7750 7751 7752 7753 7754 7755 7756 7757 7758 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7750 class PutInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :invocation_step_time, :payload, :session_identifier) SENSITIVE = [] include Aws::Structure end |
#session_identifier ⇒ String
The unique identifier for the session to add the invocation step to.
You can specify either the session's sessionId or its Amazon
Resource Name (ARN).
7750 7751 7752 7753 7754 7755 7756 7757 7758 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7750 class PutInvocationStepRequest < Struct.new( :invocation_identifier, :invocation_step_id, :invocation_step_time, :payload, :session_identifier) SENSITIVE = [] include Aws::Structure end |