Element details
type: meya.zendesk.chat.trigger.webhook
class: ZendeskChatWebhookTrigger
path: /meya/zendesk/chat/trigger/webhook.py
signature: zendesk_chat_event_type
Fields
field | description | required | signature | default | type |
---|---|---|---|---|---|
spec | Override the original spec for this element. | ○ | ○ | null | Spec |
bot | Bot used to evaluate this trigger. | ○ | ○ | null | BotRef |
action | Action executed if this trigger matches. Check the trigger action guide for more info. | ◉ | ○ | TriggerActionEntry ActionComponentSpec | |
when | Custom condition for when to evaluate this trigger. Check the trigger when guide for more info. | ○ | ○ | true | typing.Any |
confidence | Override the default confidence with a custom value for trigger matches. | ○ | ○ | null | Real |
zendesk_chat_event_type | ◉ | ◉ | str | ||
Usage reference
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