# live_translate.action This page provides an overview of all valid actions for the [live_translate](../) SWML method. The live_translate method requires exactly [oneOf](https://json-schema.org/understanding-json-schema/reference/combining) the below action items. If more than one (or none) is provided, the action will fail. ## **Actions** | Action
oneOf | Type | Description | |:|:|:--| | [stop](./stop.mdx) Required | stop | Stops the live translation session. | | [start](./start.mdx) Required | object | Starts a live translation session. | | [summarize](./summarize.mdx) Required | summarize \| object | Summarizes the conversation. | | [inject](./inject.mdx) Required | object | Injects a message into the conversation. |