Skip to content

Commit 8afb955

Browse files
authored
docs: revise field used to set service endpoint
1 parent ce90e53 commit 8afb955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void Example()
7373
TokenOptions iamAssistantTokenOptions = new TokenOptions()
7474
{
7575
IamApiKey = "<iam-apikey>",
76-
IamUrl = "<service-endpoint>"
76+
ServiceUrl = "<service-endpoint>"
7777
};
7878

7979
_assistant = new AssistantService(iamAssistantTokenOptions, "<version-date>");

0 commit comments

Comments
 (0)