Class: Aws::BedrockAgentRuntime::Types::FlowMultiTurnInputRequestEvent
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowMultiTurnInputRequestEvent
 
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Response object from the flow multi-turn node requesting additional information.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #content  ⇒ Types::FlowMultiTurnInputContent 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The content payload containing the input request details for the multi-turn interaction. 
- 
  
    
      #event_type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute event_type. 
- 
  
    
      #node_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the node in the flow that is requesting the input. 
- 
  
    
      #node_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the node in the flow that is requesting the input. 
Instance Attribute Details
#content ⇒ Types::FlowMultiTurnInputContent
The content payload containing the input request details for the multi-turn interaction.
| 2041 2042 2043 2044 2045 2046 2047 2048 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041 class FlowMultiTurnInputRequestEvent < Struct.new( :node_name, :node_type, :content, :event_type) SENSITIVE = [] include Aws::Structure end | 
#event_type ⇒ Object
Returns the value of attribute event_type
| 2041 2042 2043 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041 def event_type @event_type end | 
#node_name ⇒ String
The name of the node in the flow that is requesting the input.
| 2041 2042 2043 2044 2045 2046 2047 2048 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041 class FlowMultiTurnInputRequestEvent < Struct.new( :node_name, :node_type, :content, :event_type) SENSITIVE = [] include Aws::Structure end | 
#node_type ⇒ String
The type of the node in the flow that is requesting the input.
| 2041 2042 2043 2044 2045 2046 2047 2048 | # File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2041 class FlowMultiTurnInputRequestEvent < Struct.new( :node_name, :node_type, :content, :event_type) SENSITIVE = [] include Aws::Structure end |