public static interface AssistantAssociationOutputData.Builder extends SdkPojo, CopyableBuilder<AssistantAssociationOutputData.Builder,AssistantAssociationOutputData>
| Modifier and Type | Method and Description |
|---|---|
default AssistantAssociationOutputData.Builder |
knowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)
The knowledge base where output data is sent.
|
AssistantAssociationOutputData.Builder |
knowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssistantAssociationOutputData.Builder knowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
knowledgeBaseAssociation - The knowledge base where output data is sent.default AssistantAssociationOutputData.Builder knowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)
The knowledge base where output data is sent.
This is a convenience method that creates an instance of theKnowledgeBaseAssociationData.Builder
avoiding the need to create one manually via KnowledgeBaseAssociationData.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to knowledgeBaseAssociation(KnowledgeBaseAssociationData).knowledgeBaseAssociation - a consumer that will call methods on KnowledgeBaseAssociationData.BuilderknowledgeBaseAssociation(KnowledgeBaseAssociationData)Copyright © 2022. All rights reserved.