Versions in this module Expand all Collapse all v1 v1.0.0 Nov 27, 2024 Changes in this version + type VoiceResponse struct + Children []interface{} + XMLName xml.Name + func New() *VoiceResponse + func (v *VoiceResponse) Connect() *verbs.Connect + func (v *VoiceResponse) ConnectWithAttributes(attributes verbs.ConnectAttributes) *verbs.Connect + func (v *VoiceResponse) Dial(phoneNumber *string) *verbs.Dial + func (v *VoiceResponse) DialWithAttributes(attributes verbs.DialAttributes, phoneNumber *string) *verbs.Dial + func (v *VoiceResponse) Enqueue(name *string) *verbs.Enqueue + func (v *VoiceResponse) EnqueueWithAttributes(attributes verbs.EnqueueAttributes, name *string) *verbs.Enqueue + func (v *VoiceResponse) Gather() *verbs.Gather + func (v *VoiceResponse) GatherWithAttributes(attributes verbs.GatherAttributes) *verbs.Gather + func (v *VoiceResponse) Hangup() + func (v *VoiceResponse) Leave() + func (v *VoiceResponse) Pause() + func (v *VoiceResponse) PauseWithAttributes(attributes verbs.PauseAttributes) + func (v *VoiceResponse) Pay() *verbs.Pay + func (v *VoiceResponse) PayWithAttributes(attributes verbs.PayAttributes) *verbs.Pay + func (v *VoiceResponse) Play(url *string) + func (v *VoiceResponse) PlayWithAttributes(attributes verbs.PlayAttributes, url *string) + func (v *VoiceResponse) Prompt() *verbs.Prompt + func (v *VoiceResponse) PromptWithAttributes(attributes verbs.PromptAttributes) *verbs.Prompt + func (v *VoiceResponse) Queue(name string) + func (v *VoiceResponse) QueueWithAttributes(attributes nouns.QueueAttributes, name string) + func (v *VoiceResponse) Record() + func (v *VoiceResponse) RecordWithAttributes(attributes verbs.RecordAttributes) + func (v *VoiceResponse) Redirect(url string) + func (v *VoiceResponse) RedirectWithAttributes(attributes verbs.RedirectAttributes, url string) + func (v *VoiceResponse) Refer() *verbs.Refer + func (v *VoiceResponse) ReferWithAttributes(attributes verbs.ReferAttributes) *verbs.Refer + func (v *VoiceResponse) Reject() + func (v *VoiceResponse) RejectWithAttributes(attributes verbs.RejectAttributes) + func (v *VoiceResponse) Say(message string) + func (v *VoiceResponse) SayWithAttributes(attributes verbs.SayAttributes, message string) + func (v *VoiceResponse) Sms(message string) + func (v *VoiceResponse) SmsWithAttributes(attributes verbs.SmsAttributes, message string) + func (v *VoiceResponse) Start() *verbs.Start + func (v *VoiceResponse) StartWithAttributes(attributes verbs.StartAttributes) *verbs.Start + func (v *VoiceResponse) Stop() *verbs.Stop + func (v *VoiceResponse) StopWithAttributes(attributes verbs.StopAttributes) *verbs.Stop + func (v *VoiceResponse) ToString() (*string, error) + func (v *VoiceResponse) ToTwiML() (*string, error)