Skip to content

Commit 0165816

Browse files
authored
Merge pull request #41036 from AskYous/patch-1
Update create-publish-kb-csharp-sdk.md
2 parents 5a4bf66 + a915ac1 commit 0165816

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/QnAMaker/Quickstarts/create-publish-kb-csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you're using the Visual Studio IDE, the client library is available as a down
8181

8282
The QnA Maker client is a [QnAMakerClient](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker.qnamakerclient?view=azure-dotnet) object that authenticates to Azure using Microsoft.Rest.ServiceClientCredentials, which contains your key.
8383

84-
Once the client is created, use the [Knowledge base](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker.qnamakerclient.knowledgebase?view=azure-dotnet#Microsoft_Azure_CognitiveServices_Knowledge_QnAMaker_QnAMakerClient_Knowledgebase) property create, manage, and publish your knowledge base.
84+
Once the client is created, use the [Knowledge base](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker.qnamakerclient.knowledgebase?view=azure-dotnet#Microsoft_Azure_CognitiveServices_Knowledge_QnAMaker_QnAMakerClient_Knowledgebase) property to create, manage, and publish your knowledge base.
8585

8686
Manage your knowledge base by sending a JSON object. For immediate operations, a method usually returns a JSON object indicating status. For long-running operations, the response is the operation ID. Call the [client.Operations.GetDetailsAsync](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker.operationsextensions.getdetailsasync?view=azure-dotnet) method with the operation ID to determine the [status of the request](https://docs.microsoft.com/dotnet/api/microsoft.azure.cognitiveservices.knowledge.qnamaker.models.operationstatetype?view=azure-dotnet).
8787

@@ -208,4 +208,4 @@ If you want to clean up and remove a Cognitive Services subscription, you can de
208208
209209
* [What is the QnA Maker API?](../Overview/overview.md)
210210
* [Edit a knowledge base](../how-to/edit-knowledge-base.md)
211-
* [Get usage analytics](../how-to/get-analytics-knowledge-base.md)
211+
* [Get usage analytics](../how-to/get-analytics-knowledge-base.md)

0 commit comments

Comments
 (0)