0

Hi I was wonder if is posible to integrate an dialogFlow CX agent with skype? Im researched but I have not found nothing up to date. Thanks in advance.

ManSB
  • 11
  • 2

2 Answers2

0

As Skype is not a built in integration for Dialogflow CX you need you need to create your own integration I recommend looking for how to create your own custom integration and then integrating it with skype or any other service you want

Jumo
  • 13
  • 4
0

Dialogflow CX does not have a built-in integration for Skype. You can check the Integrations documentation for a complete list of the supported integrations in Dialogflow CX.

However, for any unsupported platforms, if they provide developer tools, you can create your own implementation and make calls to Dialogflow's API. You can check the Interaction with APIs documentation for some examples showing how to call the detectIntent method.

To create your own implementation/integration, you can use one of Dialogflow CX’s Client Libraries, REST API, or RPC API.

Riel
  • 444
  • 2
  • 5