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:

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 ?

here: https://issuetracker.google.com/issues/new?component=956347&template=1504451

1 Like