Skip to content

Commit a0117ea

Browse files
committed
fix voice testing oc
1 parent 482d288 commit a0117ea

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

fern/test/voice-testing.mdx

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,43 +55,46 @@ When you run a Test Suite, the following steps occur:
5555

5656
Below are three example test cases to illustrate how you can configure detailed simulation scripts and evaluation rubrics.
5757

58-
### Example 1: Account Inquiry
58+
### Example 1: Billing Support
5959

60-
**Script:**
61-
Simulate a customer inquiring about their account status with growing concern as unexplained charges appear in their statement.
62-
63-
Your primary objective is to clarify several unexplained charges by requesting a detailed breakdown of your recent transactions and ensuring your account balance is accurate.
64-
65-
Begin the call by stating your name and expressing concern over unexpected charges. Ask straightforward questions and press for more details if the explanation is not satisfactory.
60+
**Script:**
61+
```md title="Script" wordWrap
62+
1. Express anger over an unexpected charge and the current bill appearing unusually high.
63+
2. Try to get a detailed explanation, confirming whether an overcharge occurred, and understanding the steps for resolution.
64+
3. End the call.
6665
```
6766

6867
**Rubric:**
6968
```md title="Rubric" wordWrap
70-
1. The voice agent clearly presents the current account balance.
71-
2. The voice agent provides a detailed breakdown of recent transactions.
72-
3. The response addresses the customer's concerns in a calm and informative manner.
69+
The voice agent acknowledges the billing discrepancy respectfully without dismissing the concern.
7370
```
7471

75-
### Example 2: Billing Support
72+
### Example 2: Account Inquiry
7673

77-
Unlike in the previous example, this time we will provide a more detailed and step-by-step script for the test agent to follow.
74+
Unlike in the previous example, this time we will provide a more free-form script for the test agent to follow.
7875

7976
**Script:**
80-
Simulate a customer who is frustrated and calling about a billing discrepancy.
81-
1. Express anger over an unexpected charge and the current bill appearing unusually high.
82-
2. Try to get a detailed explanation, confirming whether an overcharge occurred, and understanding the steps for resolution.
83-
3. End the call.
77+
```md title="Script" wordWrap
78+
Simulate a customer inquiring about their account status with growing concern as unexplained charges appear in their statement.
79+
80+
Your primary objective is to clarify several unexplained charges by requesting a detailed breakdown of your recent transactions and ensuring your account balance is accurate.
81+
82+
Begin the call by stating your name and expressing concern over unexpected charges. Ask straightforward questions and press for more details if the explanation is not satisfactory.
83+
```
8484

8585
**Rubric:**
8686
```md title="Rubric" wordWrap
87-
The voice agent acknowledges the billing discrepancy respectfully without dismissing the concern.
87+
1. The voice agent clearly presents the current account balance.
88+
2. The voice agent provides a detailed breakdown of recent transactions.
89+
3. The response addresses the customer's concerns in a calm and informative manner.
8890
```
8991

9092
### Example 3: Appointment Scheduling
9193

9294
This time, we will spin up an even more detailed personality for the test agent. By showing these varied styles of scripts, we hope to show the flexibility of the Voice Testing feature and how you can use it to meet your testing needs.
9395

9496
**Script:**
97+
```md title="Script" wordWrap
9598
Simulate a customer trying to schedule an appointment with a hint of urgency due to previous delays.
9699

97100
[Identity]

0 commit comments

Comments
 (0)