Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dialogflow CX: letter casing differs between Parameter presets and Parameters

Hi Team,

I'm not sure is that a glitch or an default behaviour. In the parameter presets section, I have declared a variable (ActiveCase) with letters "AC" in uppercase. Same way, in the Parameters(slot filling), i have declared variable (CoursesOrTests) with letters "COT" in uppercase. When I tested the agent in simulator, I noticed letter casing is different for variable(CoursesOrTests) declared in Parameters(slot filling). I got the same letter casing for (ActiveCase) variable which I have declared in Parameter presets.

parameter presets: [ActiveCase] --> simulator [ActiveCase] = no change in letter casing

parameters [CoursesOrTests] --> simulator [coursesortests] = change in letter casing.

Is there a workaround to get exact casing as what we declared.

See below image:

cx-letter-case-glitch.png

0 3 304
3 REPLIES 3

that sounds probably a bug, my recommendation is to always use lowercase variable names or snake-case

Best,

Xavi

currently im using lowercase. is there a way to report this ?