You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm writing a custom adapter of twilio for whatsapp in .net. When I try to send a message from twilio adapter to bot composer it gives me 403(forbidden) from CLU in response of that activity but without CLU recornizer in adapter it is working fine.
await RunPipelineAsync(context, bot.OnTurnAsync, cancellationToken).ConfigureAwait(false);
after the above line in processAsync, bot composer respond me back with 403 activity.
I'm using CLU as recognizer
{
"$kind": "Microsoft.CluRecognizer",
"projectName": "${settings.clu.projectName}",
"endpoint": "${settings.clu.endpoint}",
"endpointKey": "${settings.clu.endpointKey}",
"deploymentName": "${settings.clu.deploymentName}"
}
Any direction would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I'm writing a custom adapter of twilio for whatsapp in .net. When I try to send a message from twilio adapter to bot composer it gives me 403(forbidden) from CLU in response of that activity but without CLU recornizer in adapter it is working fine.
await RunPipelineAsync(context, bot.OnTurnAsync, cancellationToken).ConfigureAwait(false);
after the above line in processAsync, bot composer respond me back with 403 activity.
I'm using CLU as recognizer
{
"$kind": "Microsoft.CluRecognizer",
"projectName": "${settings.clu.projectName}",
"endpoint": "${settings.clu.endpoint}",
"endpointKey": "${settings.clu.endpointKey}",
"deploymentName": "${settings.clu.deploymentName}"
}
Any direction would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: