BotBuilderCommunity / botbuilder-community-dotnet

Part of the Bot Builder Community Project. Repository for extensions for the Bot Builder .NET SDK, including middleware, dialogs, recognizers and more.
MIT License
278 stars 170 forks source link

Bot Framework v4 core bot using the Infobip WhatsApp adapter #335

Open Silu321 opened 3 years ago

Silu321 commented 3 years ago

I implemented this code but, I don't get proper output can you provide the proper code and documentation and also provide me the proper output screen short.

garypretty commented 3 years ago

@ivanursic-infobip can you help here?

dosindi commented 3 years ago

@ivanursic-infobip is there any sample on how Infobip WhatsApp Adapter can be used?

garypretty commented 3 years ago

The adapter has now been split into 3 separate adapters for InfoBip. A new sample will be uploaded imminently. Once available please take a look at the new WhatsApp sample.

Silu321 commented 3 years ago

can you share the proper documentation and code?

rvinothrajendran commented 3 years ago

@Silu321 at the moment you can find the document and samples here: https://github.com/ivanursic-infobip/botbuilder-community-dotnet https://github.com/ivanursic-infobip/botbuilder-community-dotnet/tree/develop/samples

Silu321 commented 3 years ago

how to find the below two item can you sujest me

"InfobipAppSecret": "", "InfobipWhatsAppScenarioKey": ""

rvinothrajendran commented 3 years ago

check the Prerequisites: https://github.com/ivanursic-infobip/botbuilder-community-dotnet/tree/develop/libraries/Bot.Builder.Community.Adapters.Infobip.WhatsApp

adrwer commented 3 years ago

@Silu321 at the moment you can find the document and samples here: https://github.com/ivanursic-infobip/botbuilder-community-dotnet https://github.com/ivanursic-infobip/botbuilder-community-dotnet/tree/develop/samples

Infobip WhatsApp Sample looks good. However, appsettings.json contains empty parameter values, with no explanation on how to get the AppSecret and ScenarioKey

adrwer commented 3 years ago

how to find the below two item can you sujest me

"InfobipAppSecret": "", "InfobipWhatsAppScenarioKey": ""

You can generate the ScenarioKey from this endpoint https://www.infobip.com/docs/api#channels/omni-failover/create-new-omni-failover-scenario and can find its documentation here.

I don't know how to get the AppSecret yet. I'll appreciate any assistance

YeisonsUarez commented 3 years ago

Hi, do you know how can I get the AppSecret ? and how to add the endpoint https://.....yoururl.../api/infobip/whatsapp to azure ? I am not sure how the endpoint works, is it necessary to add it to the app service or just change api/messages to /api/infobip/whatsapp? Thank you very much for your help

csmuthukuda commented 2 years ago

Hi @ivanursic-infobip I'm also seeking a way of getting the app secret..any of you have found a lead? @YeisonsUarez @adrwer @Silu321

adrwer commented 2 years ago

Hi @csmuthukuda. I had to contact my Infobip account manager who set it up and emailed it to me.

csmuthukuda commented 2 years ago

Hi @csmuthukuda. I had to contact my Infobip account manager who set it up and emailed it to me.

thank you for the info :)

nickthewitcher commented 2 years ago

Hi @ivanursic-infobip I'm also seeking a way of getting the app secret..any of you have found a lead? @YeisonsUarez @adrwer @Silu321

Hi, how can i get the App Secret?

csmuthukuda commented 2 years ago

Hi @ivanursic-infobip I'm also seeking a way of getting the app secret..any of you have found a lead? @YeisonsUarez @adrwer @Silu321

Hi, how can i get the App Secret?

You have to contact your Infobip accounts manager to get all the necessary values.BTW app secret is something you have to give them.