setLanguages
Replace all language configurations at once with a new array. Each element is passed
through addLanguage() internally.
Parameters
languages
Array of language configuration objects. Each object should include name, code,
and optionally voice, engine, fillers, speechModel, and functionFillers.
Returns
AgentBase — Returns this for method chaining.