setInternalFillers
Set every internal-filler entry on the agent in a single call. Internal fillers
are short phrases the agent speaks (via TTS) while a native SWAIG function is
running, so the caller doesn’t hear dead air during transitions or background
work. Use addInternalFiller() to add a single entry
instead.
Filler names outside the SWML schema’s supported set are logged as a warning
and silently ignored by the runtime. Supported names: hangup, check_time,
wait_for_user, wait_seconds, adjust_response_latency, next_step,
change_context, get_visual_input, get_ideal_strategy.
Parameters
internalFillers
Outer key: native SWAIG function name (e.g. "next_step"). Inner key:
language code (e.g. "en-US"). Value: array of filler phrases played
randomly while that function executes.
Returns
AgentBase — Returns this for method chaining.