using System.Text.Json.Serialization; namespace Adsp.Sdk.Examples; public class HelloWorldConfiguration { [JsonPropertyName("responses")] public Dictionary? Responses { get; set; } }