32600: Virtual Agent: Configuration Error
VOICE
ERROR
This error indicates that your <VirtualAgent> connector configuration is incomplete or invalid. Verify the connectorName you pass to <VirtualAgent> and review any <Config> overrides you send with the request.
- The connector configuration is missing required properties.
- The connector configuration contains invalid properties or values.
- The
connectorNamevalue is empty or does not match the unique name configured for your Dialogflow CX connector instance. - A
<Config>override is incomplete because it does not include bothnameandvalue. - A
<Config>override uses a setting or value that your connector does not support.
- Verify that your Dialogflow CX connector is set up correctly, then use that connector's unique name in the
<VirtualAgent>connectorNameattribute. - Review your connector settings in Console and correct any missing or invalid configuration values before you retry the call.
- If you use
<Config>, include bothnameandvalueon every entry. - Only override supported connector settings, such as
language,sentimentAnalysis,voiceName, orwelcomeIntent.