type: meya.zendesk.chat.trigger.webhook
class: ZendeskChatWebhookTrigger
path: /meya/zendesk/chat/trigger/webhook.py
signature: zendesk_chat_event_type
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
bot | ○ | ○ | BotRef | null | Bot used to evaluate this trigger |
action | ○ | ◉ | TriggerActionEntry | Action executed if this trigger matches | |
when | ○ | ○ | typing.Any | true | |
confidence | ○ | ○ | Real | null | Custom confidence override value for trigger matches |
zendesk_chat_event_type | ◉ | ◉ | str |
Examples
Basic
triggers:
- zendesk_chat_event_type: STRING
steps:
- say: STRING
Full
type: meya.zendesk.chat.trigger.webhook
spec:
type: STRING
data:
STRING: ANY
timeout: 123
trigger_when: ANY
bot: element.name
action: COMPONENT
when: ANY
confidence: 123
zendesk_chat_event_type: STRING