Exemplo n.º 1
0
 public AlexaCapabilityFriendlyName(string type, string assetId)
 {
     this.Type  = type;
     this.Value = new AlexaCapabilityFriendlyNameValue()
     {
         AssetId = assetId
     };
 }
Exemplo n.º 2
0
 public AlexaCapabilityFriendlyName(string type, string text, string locale)
 {
     this.Type  = type;
     this.Value = new AlexaCapabilityFriendlyNameValue()
     {
         Text = text, Locale = locale
     };
 }