Package com.ringcentral.definitions
Class CreateInternalTextMessageRequest
java.lang.Object
com.ringcentral.definitions.CreateInternalTextMessageRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionInternal identifier of a message this message replies to Format: int32Text of a pager message.Optional if `replyOn` parameter is specified. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfrom
(PagerCallerInfoRequest from) to
(PagerCallerInfoRequest[] to)
-
Field Details
-
from
-
replyOn
Internal identifier of a message this message replies to Format: int32 -
text
Text of a pager message. Max length is 1024 symbols (2-byte UTF-16 encoded). If a character is encoded in 4 bytes in UTF-16 it is treated as 2 characters, thus restricting the maximum message length to 512 symbols Required Example: hello world -
to
Optional if `replyOn` parameter is specified. Receiver of a pager message.
-
-
Constructor Details
-
CreateInternalTextMessageRequest
public CreateInternalTextMessageRequest()
-
-
Method Details
-
from
-
replyOn
-
text
-
to
-