32603: Virtual Agent: Unsupported <Config> attribute(s) in TwiML
VOICE
WARNING
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.
- One or more
<Config>namevalues are not supported for the selected Dialogflow CX connector. - The
connectorNamepoints 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
connectorNamematches the correct Dialogflow CX connector in your TwiML. - Update each
<Config>entry so thenameuses a supported value for Dialogflow CX, such aslanguage,sentimentAnalysis,voiceName,welcomeIntent,voiceModel,speechModel,speechModelVariant,resumeEndUserId, orresumeEventName. - Review the Debugger message in the Console and remove or correct the unsupported
<Config>entries. - If you are resuming a paused session, use
resumeEndUserIdand, if needed,resumeEventNamefor the resume configuration.