We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce90e53 commit 8afb955Copy full SHA for 8afb955
README.md
@@ -73,7 +73,7 @@ void Example()
73
TokenOptions iamAssistantTokenOptions = new TokenOptions()
74
{
75
IamApiKey = "<iam-apikey>",
76
- IamUrl = "<service-endpoint>"
+ ServiceUrl = "<service-endpoint>"
77
};
78
79
_assistant = new AssistantService(iamAssistantTokenOptions, "<version-date>");
0 commit comments