FlowNodeConfiguration |
FlowNode.configuration() |
Contains configurations for the node.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromAgent(Consumer<AgentFlowNodeConfiguration.Builder> agent) |
Create an instance of this class with agent() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromAgent(AgentFlowNodeConfiguration agent) |
Create an instance of this class with agent() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromCollector(Consumer<CollectorFlowNodeConfiguration.Builder> collector) |
Create an instance of this class with collector() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromCollector(CollectorFlowNodeConfiguration collector) |
Create an instance of this class with collector() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromCondition(Consumer<ConditionFlowNodeConfiguration.Builder> condition) |
Create an instance of this class with condition() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromCondition(ConditionFlowNodeConfiguration condition) |
Create an instance of this class with condition() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromInput(Consumer<InputFlowNodeConfiguration.Builder> input) |
Create an instance of this class with input() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromInput(InputFlowNodeConfiguration input) |
Create an instance of this class with input() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromIterator(Consumer<IteratorFlowNodeConfiguration.Builder> iterator) |
Create an instance of this class with iterator() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromIterator(IteratorFlowNodeConfiguration iterator) |
Create an instance of this class with iterator() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromKnowledgeBase(Consumer<KnowledgeBaseFlowNodeConfiguration.Builder> knowledgeBase) |
Create an instance of this class with knowledgeBase() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromKnowledgeBase(KnowledgeBaseFlowNodeConfiguration knowledgeBase) |
Create an instance of this class with knowledgeBase() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromLambdaFunction(Consumer<LambdaFunctionFlowNodeConfiguration.Builder> lambdaFunction) |
Create an instance of this class with lambdaFunction() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromLambdaFunction(LambdaFunctionFlowNodeConfiguration lambdaFunction) |
Create an instance of this class with lambdaFunction() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromLex(Consumer<LexFlowNodeConfiguration.Builder> lex) |
Create an instance of this class with lex() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromLex(LexFlowNodeConfiguration lex) |
Create an instance of this class with lex() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromOutput(Consumer<OutputFlowNodeConfiguration.Builder> output) |
Create an instance of this class with output() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromOutput(OutputFlowNodeConfiguration output) |
Create an instance of this class with output() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromPrompt(Consumer<PromptFlowNodeConfiguration.Builder> prompt) |
Create an instance of this class with prompt() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromPrompt(PromptFlowNodeConfiguration prompt) |
Create an instance of this class with prompt() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromRetrieval(Consumer<RetrievalFlowNodeConfiguration.Builder> retrieval) |
Create an instance of this class with retrieval() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromRetrieval(RetrievalFlowNodeConfiguration retrieval) |
Create an instance of this class with retrieval() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromStorage(Consumer<StorageFlowNodeConfiguration.Builder> storage) |
Create an instance of this class with storage() initialized to the given value.
|
static FlowNodeConfiguration |
FlowNodeConfiguration.fromStorage(StorageFlowNodeConfiguration storage) |
Create an instance of this class with storage() initialized to the given value.
|