static RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.builder() |
|
default RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.Builder.externalSourcesConfiguration(Consumer<ExternalSourcesRetrieveAndGenerateConfiguration.Builder> externalSourcesConfiguration) |
The configuration used with the external source wrapper object in the retrieveAndGenerate function.
|
RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.Builder.externalSourcesConfiguration(ExternalSourcesRetrieveAndGenerateConfiguration externalSourcesConfiguration) |
The configuration used with the external source wrapper object in the retrieveAndGenerate function.
|
default RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.Builder.knowledgeBaseConfiguration(Consumer<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder> knowledgeBaseConfiguration) |
Contains details about the resource being queried.
|
RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.Builder.knowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration) |
Contains details about the resource being queried.
|
RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.toBuilder() |
|
RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.Builder.type(String type) |
The type of resource that is queried by the request.
|
RetrieveAndGenerateConfiguration.Builder |
RetrieveAndGenerateConfiguration.Builder.type(RetrieveAndGenerateType type) |
The type of resource that is queried by the request.
|