setAndroidReplyMessages()
Note:
- This API is supported from version 6.5.1 (only Android).
- Use this API before ZohoSalesIQ.initialize() API to work reliably.
The setReplyMessages() API allows you to define a list of predefined reply messages for declining an incoming call.
Parameters:
- messages (List<String>): A list of reply messages to be used when rejecting a call.

Example
CopiedZohoSalesIQCalls.setReplyMessages(["I'm a bit busy right now, will call back soon", "I'll callback in 5 minutes", "I'm driving right now, talk to you later", "I'm in a meeting, we'll talk later", "I'll call you later"]);