Parameter Default Value

In Dialogflow ES you can set the default value of a parameter.

This can be especially helpful in situations where you wish the assign some value to a parameter but the value is not extracted from user utterance.

For example, you might build a Quiz Bot and want to assign a score of 1 or 0 depending on whether the user got the correct answer or not.

In the example below, the parameter called score1 is being set a default value of 1 when this specific intent fires.