Skip to content

New Azure Bot Service support #10

@deadlyfingers

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; }
}

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