• Check if a specific variable created by the Dialogue parses exists and is equal to a specific value.

    Parameters

    • key: string

      The name of the variable you want to check the value of

    • value: string | number | boolean

      The value you want to check against

    Returns boolean