Variable voiceOptionSchemaConst
voiceOptionSchema: Struct<
{
counselorNumber: optional<typeof String$>;
headerMessage: optional<typeof String$>;
replyRange: optional<Literal<[1, 2, 3, 4, 5, 6, 7, 8, 9]>>;
tailMessage: optional<typeof String$>;
voiceType: Literal<["FEMALE", "MALE"]>;
},
> = ...