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 215c73d commit 9bacc4eCopy full SHA for 9bacc4e
articles/communication-services/tutorials/includes/log-file-retrieval-windows.md
@@ -3,9 +3,9 @@
3
private void OnSupportRequest(string userMessage)
4
{
5
// Assuming the GetSupportFiles method returns a List or similar collection.
6
- IReadOnlyList<SupportFile> supportFiles = callClient.DebugDetails.SupportFiles;
+ IReadOnlyList<String> supportFiles = callClient.DebugDetails.SupportFiles;
7
8
// Send the files and any user message to your Ticket System
9
DispatchSupportRequestToBackend(userMessage, supportFiles);
10
}
11
-```
+```
0 commit comments