8000 Remove deprecated Autopilot references (#731) · twilio/twilio-csharp@06d1060 · GitHub
[go: up one dir, main page]

Skip to content

Commit 06d1060

Browse files
Remove deprecated Autopilot references (#731)
1 parent 2d15fce commit 06d1060

File tree

2 files changed

+0
-102
lines changed

2 files changed

+0
-102
lines changed

test/Twilio.Test/TwiML/AutopilotTest.cs

Lines changed: 0 additions & 99 deletions
This file was deleted.

test/Twilio.Test/TwiML/ConnectTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ public void TestElementWithChildren()
5858

5959
elem.Room("name", "participant_identity");
6060

61-
elem.Autopilot("name");
62-
6361
elem.Stream(
6462
"name",
6563
"connector_name",
@@ -98,7 +96,6 @@ public void TestElementWithChildren()
9896
"<?xml version=\"1.0\" encoding=\"utf-8\"?>" + Environment.NewLine +
9997
"<Connect>" + Environment.NewLine +
10098
" <Room participantIdentity=\"participant_identity\">name</Room>" + Environment.NewLine +
101-
" <Autopilot>name</Autopilot>" + Environment.NewLine +
10299
" <Stream name=\"name\" connectorName=\"connector_name\" url=\"url\" track=\"inbound_track\" statusCallback=\"status_callback\" statusCallbackMethod=\"GET\"></Stream>" + Environment.NewLine +
103100
" <VirtualAgent connectorName=\"connector_name\" language=\"language\" sentimentAnalysis=\"true\" statusCallback=\"status_callback\" statusCallbackMethod=\"GET\"></VirtualAgent>" + Environment.NewLine +
104101
" <Conversation serviceInstanceSid=\"service_instance_sid\" inboundAutocreation=\"true\" routingAssignmentTimeout=\"1\" inboundTimeout=\"1\" url=\"https://example.com\" method=\"GET\" record=\"do-not-record\" trim=\"trim-silence\" recordingStatusCallback=\"https://example.com\" recordingStatusCallbackMethod=\"GET\" recordingStatusCallbackEvent=\"in-progress\" statusCallback=\"https://example.com\" statusCallbackMethod=\"GET\" statusCallbackEvent=\"call-initiated\"></Conversation>" + Environment.NewLine +

0 commit comments

Comments
 (0)
0