// Initialize the clientvar client = new AgentStudioClient( new AgentStudioConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.UpdateAgentAsync( "76710f1b-8231-42e5-b0d1-f43aac618e15", new AgentConfigUpdate { Name = "updated-agent-name" });// print the responseConsole.WriteLine(response);
See the full API reference
For more details about input parameters
and response fields.