> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/labs-voice-agent/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/labs-voice-agent/_mcp/server.

# nemo_voice_agent.evaluation.scenarios.data.fastbite

## Module Contents

### Classes

| Name                                                                                        | Description        |
| ------------------------------------------------------------------------------------------- | ------------------ |
| [`FastBiteScenario`](#nemo_voice_agent-evaluation-scenarios-data-fastbite-FastBiteScenario) | FastBite scenario. |

### Data

[`FASTBITE_MENU`](#nemo_voice_agent-evaluation-scenarios-data-fastbite-FASTBITE_MENU)

[`FASTBITE_MENU_ITEMS`](#nemo_voice_agent-evaluation-scenarios-data-fastbite-FASTBITE_MENU_ITEMS)

### API

```python
class nemo_voice_agent.evaluation.scenarios.data.fastbite.FastBiteScenario()
```

**Bases:** [Scenario](/nemo/labs-voice-agent/nemo-voice-agent/nemo_voice_agent/evaluation/scenarios/classes#nemo_voice_agent-evaluation-scenarios-classes-Scenario)

FastBite scenario.

**`agent_actions`**

---

**`agent_persona`**

---

**`agent_resources`**

---

**`agent_task`**

---

**`description`**

---

**`expected_format`**

---

**`max_duration`**

---

**`name`**

---

**`noise_config`**

---

**`reference_answer`**

---

**`success_signals`**

---

**`user_actions`**

---

**`user_persona`**

---

**`user_resources`**

---

**`user_task`**

---

```python
nemo_voice_agent.evaluation.scenarios.data.fastbite.FASTBITE_MENU = f'
## Fast Bites Lunch Menu

Burgers and Sandwiches:
1. Classic Cheeseburger 
  ...
```

```python
nemo_voice_agent.evaluation.scenarios.data.fastbite.FASTBITE_MENU_ITEMS = ['Classic Cheeseburger', 'Crispy Chicken Sandwich', 'Veggie Wrap', 'Fish Sandwic...
```