Skip to content

Commit

Permalink
Fix duplicate code snippet name
Browse files Browse the repository at this point in the history
  • Loading branch information
v-jaswel authored Oct 21, 2020
1 parent 96b7a7c commit c82a3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/QnAMaker/Preview-sdk-based-quickstart/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ private static async Task GenerateAnswer(QnAMakerRuntimeClient runtimeClient, st
}
// </GenerateAnswer>

// <GenerateAnswer>
// <GenerateAnswerPreview>
private static async Task GenerateAnswerPreview(IQnAMakerClient client, string kbId)
{
var response = await client.Knowledgebase.GenerateAnswerAsync(kbId,
Expand Down Expand Up @@ -278,7 +278,7 @@ private static async Task GenerateAnswerPreview(IQnAMakerClient client, string k

// Do something meaningful with answer
}
// </GenerateAnswer>
// </GenerateAnswerPreview>

// <DeleteKB>
private static async Task DeleteKB(IQnAMakerClient client, string kbId)
Expand Down

0 comments on commit c82a3ce

Please sign in to comment.