no Minimax AssistantOverridesVoice in golang sdk h...
# support
a
AzureVoice *AzureVoice CartesiaVoice *CartesiaVoice CustomVoice *CustomVoice DeepgramVoice *DeepgramVoice ElevenLabsVoice *ElevenLabsVoice HumeVoice *HumeVoice LmntVoice *LmntVoice NeuphonicVoice *NeuphonicVoice OpenAiVoice *OpenAiVoice PlayHtVoice *PlayHtVoice RimeAiVoice *RimeAiVoice SmallestAiVoice *SmallestAiVoice TavusVoice *TavusVoice VapiVoice *VapiVoice SesameVoice *SesameVoice InworldVoice *InworldVoice
v
**MinimaxVoice is not currently available in the Go SDK**—the list of supported voices you provided matches the latest documentation, and Minimax is not included. If you want to configure a supported voice (e.g., AzureVoice), you can use the following template:
Copy code
go
assistant.Voice = &vapi.AzureVoice{
    VoiceId: "andrew",
    // Add other configuration as needed
}
If you need Minimax support, consider submitting a feature request on the SDK's GitHub repository for future updates. Source: - [Vapi API Reference: Assistants List](https://docs.vapi.ai/api-reference/assistants/list?explorer=true)