Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Card Conversation Messages not showing up in iOS SDK conversation

edited Nov 27, 2018 6:33AM in Digital Assistant & Mobile 2 comments

Summary

Card Conversation Messages not showing up in iOS SDK conversation

Content

Hi,

I'm using Card Conversation Messages for creating a Who Is Who. When I try it out on the test channel, it works fine. When I try it in an iOS app using the iOS SDK it doesn't show up. See image.

I also included the custom code I use for creating the Card Conversation Message.

Does anyone know what the cause (and solution) for this might be?

Kind regards,

Lukas

Code Snippet

if(hits.length > 0) {
            for(var i = 0; i < hits.length; i++) {
                let card = conversation.MessageModel().cardObject(hits[i].name, 
                    hits[i].departement + " | " + hits[i].info.telephone + " | " + hits[i].info.email,
                    hits[i].info.imageUrl); 

   
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!