AgentConfigs constructor
AgentConfigs({})
Implementation
AgentConfigs({
this.displayName,
this.description,
this.image,
this.fileConfig, // Optional fileConfig
this.customQuestions,
this.isSpeech2text,
this.languages,
this.colors,
this.voice_code,
});