wechaty / botbuilder-wechaty-adapter

Microsoft Bot Framework v4 Adapter for Wechat Individual Account
https://paka.dev/npm/botbuilder-wechaty-adapter
Apache License 2.0
15 stars 3 forks source link

Adaptive card or other type of cards rendering issue #28

Open CalvinFengDatacom opened 5 years ago

CalvinFengDatacom commented 5 years ago

Hi there,

I'm a bot developer has many experience of developing chat bot by MS bot F/W in Web Chat, Facebook, and Skype. I can see both Facebook and Skype channel are not support rendering adaptive card. So, I'm quite interesting about whether the WeChat channel can render the Adaptive card or any other type of cards?

I'd like to have a discussion about this topic in this channel :-)

Happy to see any responses

huan commented 5 years ago

Hi @CalvinFengDatacom,

It's great to hear from bot developers who have many experiences of developing chatbots like you.

About your question: does wechaty-adapter WeChat channel can render the cards?

The answer is: sorry, we can't.

That's because this adapter is for an individual account, and individual account in WeChat cannot send cards.

However, if you use the Official Account adapter, I believe there's possible to let you have cards support in WeChat, because of the Official Account support cards.

Are you working with WeChat? What kind of bot are you building?

Please let me know if you have any progress, and you can add my Wechat at 918999.

Have a nice day!

CalvinFengDatacom commented 5 years ago

@huan Thanks for your response, we are mainly creating ChatBot on the Web channel and Facebook channel. But from our experience, we can see the adaptive card does not rendering very well in Facebook channel. So I'm curious whether WeChat supports it. Currently, we don't have any chance of creating a ChatBot on WeChat.

huan commented 5 years ago

As far as I know, the Wechat channel will no better than the Facebook channel.

Here has a simple guide for Wechat Official Account, you can have a look at it and it might be able to give you some insights: https://walkthechat.com/wechat-official-account-simple-guide/

techie921 commented 5 years ago

Hi @huan , Can we integrate this adapter with LUIS app?

Thanks Sakru.

huan commented 5 years ago

@techie921 of course, you can integrate this adapter with LUIS app because it is a botbuilder channel adapter.

techie921 commented 5 years ago

Hi,

Have you done this before?

If so, please share code sample

Thanks, Sakru

On Thu, Sep 5, 2019, 5:57 PM Huan (李卓桓) notifications@github.com wrote:

@techie921 https://github.com/techie921 of course, you can integrate this adapter with LUIS app.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/huan/botbuilder-wechaty-adapter/issues/28?email_source=notifications&email_token=AIL4PJ4ZHRR6PBMKXJR3H4LQID3JLA5CNFSM4HHSRNOKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD565E6Y#issuecomment-528339579, or mute the thread https://github.com/notifications/unsubscribe-auth/AIL4PJ7EBFECG3R7B55QSFDQID3JLANCNFSM4HHSRNOA .

techie921 commented 5 years ago

Hi @huan ,

I have tried it but could not succeed in it. Could you please share the code if you have tried it.

Thanks, Sakru Jarpula.

huan commented 5 years ago

@techie921 I want to share with you but I'm sorry that I have no code in my hand right now.

If you need help, please you feel free to post your full source code to this issue and I'd like to have a look on it for you.