retell_update_conversation_flow
Update an existing conversation flow by modifying nodes, edges, model, prompt, or tools to alter voice agent responses.
Instructions
Update an existing Conversation Flow's nodes, edges, model, prompt, or tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | Updated array of nodes. | |
| tools | No | Updated tool definitions. | |
| model_choice | No | Updated LLM model choice. | |
| global_prompt | No | Updated global prompt. | |
| start_node_id | No | Updated start node ID. | |
| start_speaker | No | Who speaks first. | |
| knowledge_base_ids | No | Updated knowledge base IDs. | |
| conversation_flow_id | Yes | The unique ID of the Conversation Flow to update. | |
| default_dynamic_variables | No | Updated default dynamic variables. |