Skip to content

Commit

Permalink
chore: preview changes by twiml gather
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Jan 31, 2025
1 parent e804280 commit f5d168b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Twilio/TwiML/VoiceResponse.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VoiceResponse.cs/// This code was generated by
/// This code was generated by
/// \ / _ _ _| _ _
/// | (_)\/(_)(_|\/| |(/_ v1.0.0
/// / /
Expand Down Expand Up @@ -223,7 +223,7 @@ public VoiceResponse Gather(IEnumerable<Gather.InputEnum> input = null,
bool? bargeIn = null,
bool? debug = null,
bool? actionOnEmptyResult = null,
Gather.SpeechModelEnum speechModel = null,
string speechModel = null,
bool? enhanced = null)
{
var newChild = new Gather(
Expand Down Expand Up @@ -736,4 +736,4 @@ public VoiceResponse Refer(Refer refer)
}
}

}
}

0 comments on commit f5d168b

Please sign in to comment.