type: meya.directly.component.engage.resolve
class: DirectlyConversationResolveComponent
path: /meya/directly/component/engage/resolve.py
signature: -
Fields
field | signature | required | type | default | description |
---|---|---|---|---|---|
spec | ○ | ○ | Spec | null | Override the original spec for this element |
context | ○ | ○ | dict | {} | Send context data with this component's event |
sensitive | ○ | ○ | bool | true | |
triggers | ○ | ○ | list | [] | Activate these dynamic triggers when the component runs |
integration | ○ | ◉ | DirectlyIntegrationRef | ||
mark_as_resolved_message_id | ○ | ◉ | str | ||
confirm | ○ | ◉ | bool |
Examples
Basic
triggers:
- keyword: meya.directly.component.engage.resolve
steps:
- type: meya.directly.component.engage.resolve
integration: integration.directly
mark_as_resolved_message_id: STRING
confirm: false
Full
triggers:
- keyword: meya.directly.component.engage.resolve
steps:
- type: meya.directly.component.engage.resolve
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
mark_as_resolved_message_id: STRING
confirm: false