# live_transcribe.action This page provides an overview of all valid actions for the [live_transcribe](../) SWML method. The live_transcribe 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 transcribing session. | | [start](./start.mdx) Required | object | Starts a live transcribing session. | | [summarize](./summarize.mdx) Required | summarize \| object | Summarizes the conversation. |