Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 6d9704a

Browse files
KayMKMryanisgrig
authored andcommitted
[Lib] add OpenDefaultApp event model in Solutions (#2349)
* add OpenDefaultApp event model * add access modifier * add map and music uri * rename MapUri to MapsUri
1 parent 5e41052 commit 6d9704a

File tree

1 file changed

+16
-0
lines changed
  • lib/csharp/microsoft.bot.builder.solutions/microsoft.bot.builder.solutions/Models

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
4+
namespace Microsoft.Bot.Builder.Solutions.Models
5+
{
6+
public class OpenDefaultApp
7+
{
8+
public string MeetingUri { get; set; }
9+
10+
public string TelephoneUri { get; set; }
11+
12+
public string MapsUri { get; set; }
13+
14+
public string MusicUri { get; set; }
15+
}
16+
}

0 commit comments

Comments
 (0)