Skip to content

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

@Sarmad13

Description

@Sarmad13

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions