behavior.action automations are executed from legacy bot behaviors.
This trigger uses event handler KATA, and the first enabled automation is executed.
Inputs
The automation dictionary starts with the following values:
Key | Type | Notes |
---|---|---|
inputs |
dictionary | Custom input values from the caller |
Outputs
return:
When the function concludes in the return
state, it returns any number of key/value pairs to the caller. Keys may be nested to return dictionaries.
return:
key1: value1
key2: value2
...