Microsoft Bot Framework
Sample implementation
An example of bot implementation with integration to mluvii is available on Git Hub.
Supported formats of Microsoft Hero Cards
At this moment, mluvii supports the following card functionality Hero Card:
Hero Card Type (contentType):
application/vnd.microsoft.card.hero
application/vnd.microsoft.card.thumbnail
Attachment Layout:
List
Carousel
Chat input properties:
Suggested actions of type imBack
Integration with mluvii
The chatbot created in the Microsoft Bot Framework can communicate through ChannelData. For example, it can list the available operators or send an email from the client.
Example of submitting a request
Example of answer
Mluvii channel identification
When communicating with a bot, the mluvii is identified by the constant Id “mluvii_guest” in theFrom
field. E.g.:
Next steps
Last updated