csp.note

Element details

type: meya.csp.component.note
class: NoteComponent
path: /meya/csp/component/note.py
signature: note

Fields

fielddescription               requiredsignaturedefaulttype
specOverride the original spec for this element.nullSpec
contextSend context data with this component's event.{}
dict
sensitiveMark this component's event as sensitive. This will encrypt the event if the Sensitive Data integration has been enabled.falsebool
triggersActivate these dynamic triggers when the component runs. Check the component triggers guide for more info.[]list
noteLeave a note in the transcript for customer support agents. These notes will not be sent to the end user and will only be visible to the agent. Each customer support integration will display bot notes in a different way, please see the integration documentation for specific details.str

Usage reference

Basic

triggers:
  - keyword: meya.csp.component.note
steps:
  - note: STRING

Full

triggers:
  - keyword: meya.csp.component.note
steps:
  - 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
    note: STRING