action.inject
Inject a message into the conversation.
An object that contains the inject parameters.
inject Parameters
local-callerThe direction of the message.
Possible Values: "remote-caller", "local-caller"
Example
- YAML
- JSON
live_translate:
action:
inject:
message: This is an injected message.
direction: remote-caller
{
"live_translate": {
"action": {
"inject": {
"message": "This is an injected message.",
"direction": "remote-caller"
}
}
}
}