Class: Aws::BedrockAgentRuntime::Types::RepromptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RepromptResponse
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains details about the agent's response to reprompt the input.
Constant Summary collapse
- SENSITIVE =
[:source]
Instance Attribute Summary collapse
-
#source ⇒ String
Specifies what output is prompting the agent to reprompt the input.
-
#text ⇒ String
The text reprompting the input.
Instance Attribute Details
#source ⇒ String
Specifies what output is prompting the agent to reprompt the input.
3829 3830 3831 3832 3833 3834 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3829 class RepromptResponse < Struct.new( :source, :text) SENSITIVE = [:source] include Aws::Structure end |
#text ⇒ String
The text reprompting the input.
3829 3830 3831 3832 3833 3834 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3829 class RepromptResponse < Struct.new( :source, :text) SENSITIVE = [:source] include Aws::Structure end |