struct Asterisk::ARI::Endpoints::TextMessage
- Asterisk::ARI::Endpoints::TextMessage
- Struct
- Value
- Object
Overview
A text message.
Included Modules
- JSON::Serializable
Defined in:
asterisk/ari/models/endpoints_text_message.crConstructors
Instance Method Summary
-
#body : String
The text of the message.
-
#body=(body : String)
The text of the message.
-
#from : String
A technology specific URI specifying the source of the message.
-
#from=(from : String)
A technology specific URI specifying the source of the message.
-
#to : String
A technology specific URI specifying the destination of the message.
-
#to=(to : String)
A technology specific URI specifying the destination of the message.
-
#variables : Array(Endpoints::TextMessageVariable)?
Technology specific key/value pairs associated with the message.
-
#variables=(variables : Array(Endpoints::TextMessageVariable)?)
Technology specific key/value pairs associated with the message.
Constructor Detail
Instance Method Detail
A technology specific URI specifying the source of the message. For sip and pjsip technologies, any SIP URI can be specified. For xmpp, the URI must correspond to the client connection being used to send the message.
A technology specific URI specifying the source of the message. For sip and pjsip technologies, any SIP URI can be specified. For xmpp, the URI must correspond to the client connection being used to send the message.
A technology specific URI specifying the destination of the message. Valid technologies include sip, pjsip, and xmp. The destination of a message should be an endpoint.
A technology specific URI specifying the destination of the message. Valid technologies include sip, pjsip, and xmp. The destination of a message should be an endpoint.
Technology specific key/value pairs associated with the message.
Technology specific key/value pairs associated with the message.