File tree Expand file tree Collapse file tree
src/Plugins/BotSharp.Plugin.Twilio
OutboundPhoneCallHandler/Functions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public class ConversationalVoiceRequest : VoiceRequest
4242 [ FromForm ]
4343 public int MachineDetectionDuration { get ; set ; }
4444
45- [ FromQuery ( Name = "welcome_message_allow_to_be_interrupted " ) ]
45+ [ FromQuery ( Name = "welcome_msg_allow_interrupt " ) ]
4646 public bool ? WelcomeMessageAllowToBeInterrupted { get ; set ; }
4747
4848 [ FromForm ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class OutboundPhoneCallFn : IFunctionCallback
2525
2626 public string Name => "util-twilio-outbound_phone_call" ;
2727 public string Indication => "Dialing the phone number" ;
28- public const string WelcomeMessageAllowToBeInterrupted = "welcome_message_allow_to_be_interrupted " ;
28+ public const string WelcomeMessageAllowToBeInterrupted = "welcome_msg_allow_interrupt " ;
2929
3030 public OutboundPhoneCallFn (
3131 IServiceProvider services ,
You can’t perform that action at this time.
0 commit comments