Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FaxResponse ¶
FaxResponse provides the structure and functions for generation TwiML that can be used on Programmable Fax. See https://www.twilio.com/docs/fax/twiml more details
func (*FaxResponse) ReceiveWithAttributes ¶
func (m *FaxResponse) ReceiveWithAttributes(attributes verbs.ReceiveAttributes)
func (*FaxResponse) Reject ¶
func (m *FaxResponse) Reject()
func (*FaxResponse) ToString ¶
func (m *FaxResponse) ToString() (*string, error)
ToString generates the TwiML string or returns an error if the response cannot be marshalled
func (*FaxResponse) ToTwiML ¶
func (m *FaxResponse) ToTwiML() (*string, error)
ToTwiML generates the TwiML string or returns an error if the response cannot be marshalled
Click to show internal directories.
Click to hide internal directories.