2016-08-07 14 views
0

ich einen kleinen Bot mit dem Microsoft botFramework recepit Karte in this articleBotFramework ReceiptCard nicht angezeigt auf Skype Desktop-

Die Eingangsposition definiert ist, wie dies wie beschrieben erstellt: Die Cardaction wie diese definiert ist

CardAction plButton = new CardAction() 
      { 
       Value = connection.VendorLink, 
       Type = "openUrl", 
       Title = "To Vendor" 
      }; 

die Quittung wie ths:

ReceiptItem lineItem1 = new ReceiptItem() 
      { 
       Title = titel, 
       Subtitle = subtitel, 
       Text = null, 
       Image = new CardImage(url: connection.CompanyLogo), 
       Price = connection.Price.ToString() + " EUR", 
       Quantity = "1", 
       Tap = null 
      }; 

über skype auf meinem Smartphone everythig sieht cool

enter image description here

aber wenn ich es in Skype Desktop verwenden sieht es wie folgt aus:

enter image description here

und wenn ich es auf Ich bin auf die Skype-Download-Seite umgeleitet: https://www.skype.com/de/download-skype/skype-for-computer/?nonce=rTYEWMbCE2PuIzo4qO8B

Was mache ich falsch?

Antwort

0

Der Grund war, dass mein Skype auf dem Desktop nicht die aktuellste Version

war