Interface KnowledgeBaseFlowNodeConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KnowledgeBaseFlowNodeConfiguration.Builder,KnowledgeBaseFlowNodeConfiguration>, SdkBuilder<KnowledgeBaseFlowNodeConfiguration.Builder,KnowledgeBaseFlowNodeConfiguration>, SdkPojo
Enclosing class:
KnowledgeBaseFlowNodeConfiguration

public static interface KnowledgeBaseFlowNodeConfiguration.Builder extends SdkPojo, CopyableBuilder<KnowledgeBaseFlowNodeConfiguration.Builder,KnowledgeBaseFlowNodeConfiguration>
  • Method Details

    • knowledgeBaseId

      KnowledgeBaseFlowNodeConfiguration.Builder knowledgeBaseId(String knowledgeBaseId)

      The unique identifier of the knowledge base to query.

      Parameters:
      knowledgeBaseId - The unique identifier of the knowledge base to query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelId

      The unique identifier of the model to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.

      Parameters:
      modelId - The unique identifier of the model to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.