Skip to contentSkip to navigationSkip to topbar
Page tools
Useful for sharing or LLM
Accelerate development with AI

On this pageProducts used
Looking for more inspiration?Visit the
Warning
Application error

32603: Virtual Agent: Unsupported <Config> attribute(s) in TwiML

Twilio Voice DocumentationVoice

Description

description page anchor

This warning appears when your <VirtualAgent> TwiML includes one or more <Config> entries that the selected Virtual Agent provider does not support. Use <Config> only to override supported Dialogflow CX connector settings or supported runtime options.

Possible causes

possible-causes page anchor
  • One or more <Config> name values are not supported for the selected Dialogflow CX connector.
  • The connectorName points to the wrong <VirtualAgent> connector, so the <Config> entries do not match that connector's configuration.
  • A <Config> entry was added for a setting that is not supported by the Virtual Agent provider.
  • Verify that connectorName matches the correct Dialogflow CX connector in your TwiML.
  • Update each <Config> entry so the name uses a supported value for Dialogflow CX, such as language, sentimentAnalysis, voiceName, welcomeIntent, voiceModel, speechModel, speechModelVariant, resumeEndUserId, or resumeEventName.
  • Review the Debugger message in the Console and remove or correct the unsupported <Config> entries.
  • If you are resuming a paused session, use resumeEndUserId and, if needed, resumeEventName for the resume configuration.

Additional resources

additional-resources page anchor