There are six dialogflow asserters available. Choose the one you need based on the descriptions given below:
Available Asserters
- Dialogflow Context Existence Asserter: Checks if a specific context exists in Dialogflow
- Dialogflow Context Lifespan Asserter: Checks if the lifespan of a specific context meets the minimum required lifespan
- Dialogflow Context Parameter Asserter: Checks if a specific parameter within a context matches the expected value
- Dialogflow Context Parameter Existence Asserter: Checks if a specific parameter exists within a context in Dialogflow
- Dialogflow CX Parameter Asserter: Checks if a parameter in Dialogflow CX matches the expected value. Can handle nested parameters
- Dialogflow CX Parameter Existence Asserter: Checks if a parameter exists in Dialogflow CX. Can handle nested parameters
Summary of Dialogflow Asserter Configurations
Asserter Name | Botium Script Ref | Description | Arguments |
---|---|---|---|
Dialogflow Context Existence Asserter | DIALOGFLOW_HAS_CONTEXT | Checks if a specific context exists in Dialogflow | Context name |
Dialogflow Context Parameter Asserter | DIALOGFLOW_CONTEXT_PARAMETER | Checks if a specific parameter within a context matches the expected value |
|
Dialogflow Context Parameter Existence Asserter | DIALOGFLOW_HAS_CONTEXT_PARAMETER | Checks if a specific parameter exists within a context in Dialogflow |
|
Dialogflow Context Lifespan Asserter | DIALOGFLOW_CONTEXT_LIFESPAN | Checks if the lifespan of a specific context meets the minimum required lifespan |
|
Dialogflow CX Parameter Asserter | DIALOGFLOWCX_PARAMETER | Checks if a parameter in Dialogflow CX matches the expected value. Can handle nested parameters |
|
Dialogflow CX Parameter Existence Asserter | DIALOGFLOWCX_HAS_PARAMETER | Checks if a parameter exists in Dialogflow CX. Can handle nested parameters | Parameter name |