KnowledgeBaseRetrievalClientHostExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods to add KnowledgeBaseRetrievalClient to an IHostApplicationBuilder.
public static class KnowledgeBaseRetrievalClientHostExtensions
type KnowledgeBaseRetrievalClientHostExtensions = class
Public Module KnowledgeBaseRetrievalClientHostExtensions
- Inheritance
-
KnowledgeBaseRetrievalClientHostExtensions
Methods
| Name | Description |
|---|---|
| AddKeyedKnowledgeBaseRetrievalClient(IHostApplicationBuilder, String, String, Action<KnowledgeBaseRetrievalClientSettings>) |
Adds a keyed singleton KnowledgeBaseRetrievalClient to the IHostApplicationBuilder's service collection. |
| AddKeyedKnowledgeBaseRetrievalClient(IHostApplicationBuilder, String, String) |
Adds a keyed singleton KnowledgeBaseRetrievalClient to the IHostApplicationBuilder's service collection. |
| AddKnowledgeBaseRetrievalClient(IHostApplicationBuilder, String, Action<KnowledgeBaseRetrievalClientSettings>) |
Adds a singleton KnowledgeBaseRetrievalClient to the IHostApplicationBuilder's service collection. |
| AddKnowledgeBaseRetrievalClient(IHostApplicationBuilder, String) |
Adds a singleton KnowledgeBaseRetrievalClient to the IHostApplicationBuilder's service collection. |