Parameter

Both ES and CX support the concept of parameters. If entities are the categories or types of proper nouns, parameters are the actual values. For example, “city” would be an entity type, and Dallas would be the parameter (entity value). Dialogflow ES and CX allow you to extract parameter values from a user utterance. For…

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…