// Initialize the clientvar client = new AgentStudioClient( new AgentStudioConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.GetProviderAsync("c2905529-b933-4b69-87ec-75f9829d5f59");// print the responseConsole.WriteLine(response);
See the full API reference
For more details about input parameters
and response fields.