event.type

Element details

type: meya.event.trigger.type
class: TypeTrigger
path: /meya/event/trigger/type.py
signature: event_type

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
whentruetyping.Any
confidenceOverride the default confidence with a custom value for trigger matches.nullReal
event_typestr

Usage reference

Basic

triggers:
  - event_type: STRING
steps:
  - say: STRING

Full

type: meya.event.trigger.type
spec:
  type: STRING
  data:
    STRING: ANY
  timeout: 123
  trigger_when: ANY
bot: element.name
action: COMPONENT
when: ANY
confidence: 123
event_type: STRING