Skip to main content

Dialogflow Asserters

There are six dialogflow asserters available. Choose the one you need based on the descriptions given below:

Available Asserters

  1. Dialogflow Context Existence Asserter: Checks if a specific context exists in Dialogflow
  2. Dialogflow Context Lifespan Asserter: Checks if the lifespan of a specific context meets the minimum required lifespan
  3. Dialogflow Context Parameter Asserter: Checks if a specific parameter within a context matches the expected value
  4. Dialogflow Context Parameter Existence Asserter: Checks if a specific parameter exists within a context in Dialogflow
  5. Dialogflow CX Parameter Asserter: Checks if a parameter in Dialogflow CX matches the expected value. Can handle nested parameters
  6. 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
  • Context name
  • Parameter name
  • Expected value
Dialogflow Context Parameter Existence Asserter DIALOGFLOW_HAS_CONTEXT_PARAMETER Checks if a specific parameter exists within a context in Dialogflow
  • Context name
  • Parameter name
Dialogflow Context Lifespan Asserter DIALOGFLOW_CONTEXT_LIFESPAN Checks if the lifespan of a specific context meets the minimum required lifespan
  • Context name
  • Minimum lifespan
Dialogflow CX Parameter Asserter DIALOGFLOWCX_PARAMETER Checks if a parameter in Dialogflow CX matches the expected value. Can handle nested parameters
  • Parameter name
  • Expected value
Dialogflow CX Parameter Existence Asserter DIALOGFLOWCX_HAS_PARAMETER Checks if a parameter exists in Dialogflow CX. Can handle nested parameters Parameter name

Was this article helpful?

0 out of 0 found this helpful