Hi,
I am currently using the Conversation Summary API. We have enabled the conversation summary API scope in the botbuilder, but when we run the API, we get the following error :-
{
“statusCode”: 400,
“body”: {
“errors”: [
{
“msg”: “Please enable the Conversation Summary feature in the bot and try again.”,
“code”: 400
}
]
},
Please let us know what can be done to fix this issue.