directly.understand.next

Element details

type: meya.directly.component.understand.next
class: DirectlyUnderstandNextComponent
path: /meya/directly/component/understand/next.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
contextSend context data with this component's event.{}
dict
sensitivetruebool
triggersActivate these dynamic triggers when the component runs. Check the component triggers guide for more info.[]list
integrationDirectlyIntegrationRef
textstr
languagenullstr

Usage reference

Basic

triggers:
  - keyword: meya.directly.component.understand.next
steps:
  - type: meya.directly.component.understand.next
    integration: integration.directly
    text: STRING

Full

triggers:
  - keyword: meya.directly.component.understand.next
steps:
  - type: meya.directly.component.understand.next
    spec:
      type: STRING
      data:
        STRING: ANY
      timeout: 123
      trigger_when: ANY
    context:
      STRING: ANY
    sensitive: false
    triggers:
      - type: STRING
        data:
          STRING: ANY
        timeout: 123
        trigger_when: ANY
    integration: integration.directly
    text: STRING
    language: STRING