Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 31fcf49

Browse files
author
Sarah Stringer
committed
Fix ruby virtual_agent casing.
1 parent 43577a4 commit 31fcf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twiml/voice/connect/virtualagent/virtualagent.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
response = Twilio::TwiML::VoiceResponse.new
44
response.connect(action: 'https://myactionurl.com/twiml') do |connect|
5-
connect.virtualagent(connector_name: 'project', status_callback: 'https://mycallbackurl.com')
5+
connect.virtual_agent(connector_name: 'project', status_callback: 'https://mycallbackurl.com')
66
end
77

88
puts response

0 commit comments

Comments
 (0)