directly.understand

Element details

type: meya.directly.trigger.understand
class: DirectlyUnderstandTrigger
path: /meya/directly/trigger/understand.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.○○nullSpec
botBot used to evaluate this trigger.○○nullBotRef
actionAction executed if this trigger matches. Check the trigger action guide for more info.◉○TriggerActionEntry
ActionComponentSpec
whenCustom condition for when to evaluate this trigger. Check the trigger when guide for more info.◉○Any
confidenceOverride the default confidence with a custom value for trigger matches.○○nullReal
integration◉○DirectlyIntegrationRef
language○○nullstr

Usage reference

Basic

triggers:
  - type: meya.directly.trigger.understand
    when: ANY
    integration: integration.directly
steps:
  - say: STRING

Full

type: meya.directly.trigger.understand
spec:
  type: STRING
  data:
    STRING: ANY
  timeout: 123
  trigger_when: ANY
bot: element.name
action: COMPONENT
when: ANY
confidence: 123
integration: integration.directly
language: STRING