Class: Aws::Types::FlowNodeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FlowNodeConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Agent, Collector, Condition, InlineCode, Input, Iterator, KnowledgeBase, LambdaFunction, Lex, Loop, LoopController, LoopInput, Output, Prompt, Retrieval, Storage, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent ⇒ Types::AgentFlowNodeConfiguration
Returns the value of attribute agent.
-
#collector ⇒ Types::CollectorFlowNodeConfiguration
Returns the value of attribute collector.
-
#condition ⇒ Types::ConditionFlowNodeConfiguration
Returns the value of attribute condition.
-
#inline_code ⇒ Types::InlineCodeFlowNodeConfiguration
Returns the value of attribute inline_code.
-
#input ⇒ Types::InputFlowNodeConfiguration
Returns the value of attribute input.
-
#iterator ⇒ Types::IteratorFlowNodeConfiguration
Returns the value of attribute iterator.
-
#knowledge_base ⇒ Types::KnowledgeBaseFlowNodeConfiguration
Returns the value of attribute knowledge_base.
-
#lambda_function ⇒ Types::LambdaFunctionFlowNodeConfiguration
Returns the value of attribute lambda_function.
-
#lex ⇒ Types::LexFlowNodeConfiguration
Returns the value of attribute lex.
-
#loop ⇒ Types::LoopFlowNodeConfiguration
Returns the value of attribute loop.
-
#loop_controller ⇒ Types::LoopControllerFlowNodeConfiguration
Returns the value of attribute loop_controller.
-
#loop_input ⇒ Types::LoopInputFlowNodeConfiguration
Returns the value of attribute loop_input.
-
#output ⇒ Types::OutputFlowNodeConfiguration
Returns the value of attribute output.
-
#prompt ⇒ Types::PromptFlowNodeConfiguration
Returns the value of attribute prompt.
-
#retrieval ⇒ Types::RetrievalFlowNodeConfiguration
Returns the value of attribute retrieval.
-
#storage ⇒ Types::StorageFlowNodeConfiguration
Returns the value of attribute storage.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#agent ⇒ Types::AgentFlowNodeConfiguration
Returns the value of attribute agent.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def agent @agent end |
#collector ⇒ Types::CollectorFlowNodeConfiguration
Returns the value of attribute collector.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def collector @collector end |
#condition ⇒ Types::ConditionFlowNodeConfiguration
Returns the value of attribute condition.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def condition @condition end |
#inline_code ⇒ Types::InlineCodeFlowNodeConfiguration
Returns the value of attribute inline_code.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def inline_code @inline_code end |
#input ⇒ Types::InputFlowNodeConfiguration
Returns the value of attribute input.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def input @input end |
#iterator ⇒ Types::IteratorFlowNodeConfiguration
Returns the value of attribute iterator.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def iterator @iterator end |
#knowledge_base ⇒ Types::KnowledgeBaseFlowNodeConfiguration
Returns the value of attribute knowledge_base.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def knowledge_base @knowledge_base end |
#lambda_function ⇒ Types::LambdaFunctionFlowNodeConfiguration
Returns the value of attribute lambda_function.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def lambda_function @lambda_function end |
#lex ⇒ Types::LexFlowNodeConfiguration
Returns the value of attribute lex.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def lex @lex end |
#loop ⇒ Types::LoopFlowNodeConfiguration
Returns the value of attribute loop.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def loop @loop end |
#loop_controller ⇒ Types::LoopControllerFlowNodeConfiguration
Returns the value of attribute loop_controller.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def loop_controller @loop_controller end |
#loop_input ⇒ Types::LoopInputFlowNodeConfiguration
Returns the value of attribute loop_input.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def loop_input @loop_input end |
#output ⇒ Types::OutputFlowNodeConfiguration
Returns the value of attribute output.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def output @output end |
#prompt ⇒ Types::PromptFlowNodeConfiguration
Returns the value of attribute prompt.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def prompt @prompt end |
#retrieval ⇒ Types::RetrievalFlowNodeConfiguration
Returns the value of attribute retrieval.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def retrieval @retrieval end |
#storage ⇒ Types::StorageFlowNodeConfiguration
Returns the value of attribute storage.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def storage @storage end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def unknown @unknown end |