Hi Support,
I am wanting when you choose a Suggestion Item, the Execute method of an ICOMMAND will call the following code:
public void ResponseMessage()
{
this.Messages.Add(new TextMessage()
{
Author = new Author() { Avatar = "Aeroplane.png", Name = "Travel Bot" },
Text = "Excellent Choice! Thank You",
});
}
Unfortunately the UI does not show the response message - however when i debug and view the ObservableCollection the Text message is added to the list.
Please advise?
regards
Adrian