Skip to content

Error on accepting the chat request on the aggregation channel #50

@abhishekkant

Description

@abhishekkant

Hi

I have taken the default implementation for human handoff from here. It was working fine.

Then I added simple dialogs to the bot project. Now, when i attempt to use human handoff, I receive the following error:
Method not found: ‘Void Microsoft.Bot.Schema.ConversationAccount…ctor(System.Nullable`1, System.String, System.String, System.String, System.String, System.String)’.

The above error occurs after the user from web chat requests for help and the request arrives at the aggregate channel (in our case the emulator). The error comes up when the "Accept" button on the aggregate channel is clicked.

What could be the issue?

Some dependencies:
Bot Builder Framework: 4.3.2
Bot Message Routing: 2.0.2-alpha
ASPNETCore: 2.2.0

Cheers
Abhishek Kant

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions