Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 (Forbidden) from conversational language understanding when initiate the bot composer form custom adapter #545

Open
Sarmad13 opened this issue Dec 19, 2023 · 0 comments

Comments

@Sarmad13
Copy link

Sarmad13 commented Dec 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant