micbelgique / BotConnectorFlexIO

A Bot Connector to connect Bot Framework with Proximus FlexIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BotConnectorFlexIO

BotConnectorFlexIO is a connector to connect a bot from Bot Framework to FlexIO, the platform of Proximus to connect their network to the web via API.

Setting up the connector

In the AppSettings.json, you will find 2 Directline config, you will need to put your Directline Secret from your Bot Framework and your Bot Name too.

If your bot is not hosted, you will need to put in on Azure. Here's an explenation of how to put it online.

Change settings for FlexIO

In VoiceController, you will find the the function HandleIncomingBotMessagesAsync. Inside this function, you will find multiple parameters. The one that you will need to change, it's the GatherAction value because it's the one that come back to your connector after gather speech result.

How it's working?

schema of the system

More about FlexIO?

Docs of FlexIO Want to create new app on FlexIO

About

A Bot Connector to connect Bot Framework with Proximus FlexIO


Languages

Language:C# 88.7%Language:F# 11.3%