Questions tagged [business-messages-api]

Business Messages API allows programmatical access to Google Business Messages.

Business Messages API

2 questions
0
votes
0 answers

Way to update receipt in Google business message

I am trying to send the read receipt to a message on behalf of the agent. But the bmApi.conversations.messages.updateReceipt() is not working. It is saying that it is not a function. I am trying to do as per the documentation I am able to send…
0
votes
1 answer

Special character in key in the conf file for Internationlization in play framework

I am trying to use the Internationalization feature of the Play Framework. It involves the creation of a new conf file for each language that we want to support. Example for french we create a messages.fr file in the conf folder. Inside it we define…