Skip to content

New Azure Bot Service support #10

Description

@deadlyfingers

With bots created with the new Azure Bot Service there seems to be an exception in the SendMessage response. I believe this is something to do with the Activity. A quick workaround for now (until a fix is ready) is to send a BasicActivity instead.

public class BasicActivity
{
  public string type { get; set; }
  public UserAccount from { get; set; }
  public string text { get; set; }
  public string id { get; set; }
  public string replyToId { get; set; }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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