KnowledgebaseExtensions 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.
In this article
public static class KnowledgebaseExtensions
type KnowledgebaseExtensions = class
Public Module KnowledgebaseExtensions
Inheritance
Methods
CreateAsync(IKnowledgebase, CreateKbDTO, CancellationToken)
DeleteAsync(IKnowledgebase, String, CancellationToken)
DownloadAsync(IKnowledgebase, String, String, CancellationToken)
DownloadAsync(IKnowledgebase, String, String, String, String, CancellationToken)
GenerateAnswerAsync(IKnowledgebase, String, QueryDTO, CancellationToken)
GetDetailsAsync(IKnowledgebase, String, CancellationToken)
ListAllAsync(IKnowledgebase, CancellationToken)
PublishAsync(IKnowledgebase, String, CancellationToken)
ReplaceAsync(IKnowledgebase, String, ReplaceKbDTO, CancellationToken)
TrainAsync(IKnowledgebase, String, FeedbackRecordsDTO, CancellationToken)
UpdateAsync(IKnowledgebase, String, UpdateKbOperationDTO, CancellationToken)
Applies to