Skip to content

Commit 308ef50

Browse files
Merge pull request #219375 from pritamso/Broken-link-fix-jcodella
Broken link fixed
2 parents 966b708 + 4cf82e7 commit 308ef50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/personalizer/includes/quickstart-sdk-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ using Microsoft.Azure.CognitiveServices.Personalizer.Models;
8181

8282
The client is a [PersonalizerClient](/dotnet/api/microsoft.azure.cognitiveservices.personalizer.personalizerclient) object that authenticates to Azure using Microsoft.Rest.ServiceClientCredentials containing your key.
8383

84-
To request the best action from Personalizer, create a [RankRequest](/dotnet/api/microsoft.azure.cognitiveservices.personalizer.models.rankrequest) containing a list of [RankableActions](/dotnet/api/azure-cognitiveservices-personalizer/azure.cognitiveservices.personalizer.models.rankableaction) that Personalizer will choose from, and the context features. The RankRequest will be passed to the client.Rank method, which returns a RankResponse.
84+
To request the best action from Personalizer, create a [RankRequest](/dotnet/api/microsoft.azure.cognitiveservices.personalizer.models.rankrequest) containing a list of [RankableActions](/dotnet/api/microsoft.azure.cognitiveservices.personalizer.models.rankableaction) that Personalizer will choose from, and the context features. The RankRequest will be passed to the client.Rank method, which returns a RankResponse.
8585

8686
To send a reward score to Personalizer, create a [RewardRequest](/dotnet/api/microsoft.azure.cognitiveservices.personalizer.models.rewardrequest) with the event ID corresponding to the Rank call that returned the best action, and the reward score. Then, pass it to the [client.Reward](/dotnet/api/microsoft.azure.cognitiveservices.personalizer.personalizerclientextensions.reward) method.
8787

0 commit comments

Comments
 (0)