Skip to content

Commit

Permalink
Update package to 200216
Browse files Browse the repository at this point in the history
  • Loading branch information
luhan2017 committed Feb 17, 2020
1 parent 839427f commit 01b4c82
Show file tree
Hide file tree
Showing 96 changed files with 277 additions and 277 deletions.
18 changes: 9 additions & 9 deletions BotProject/Templates/CSharp/BotProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<CodeAnalysisRuleSet>BotProject.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Bot.Builder" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.8.0-preview-200213-105928" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.8.0-preview-200216-106377" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.8.0-preview-95744" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.66">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"$designer": {
"id": "166131"
},
"activity": "@{bfdactivity-522200()}"
"activity": "${bfdactivity-522200()}"
},
{
"$type": "Microsoft.SendActivity",
"$designer": {
"id": "350559"
},
"activity": "@{bfdactivity-350559()}"
"activity": "${bfdactivity-350559()}"
},
{
"$type": "Microsoft.SendActivity",
"$designer": {
"id": "309397"
},
"activity": "@{bfdactivity-309397()}"
"activity": "${bfdactivity-309397()}"
},
{
"$type": "Microsoft.SetProperty",
Expand All @@ -47,7 +47,7 @@
"$designer": {
"id": "643043"
},
"activity": "@{bfdactivity-797905()}"
"activity": "${bfdactivity-797905()}"
},
{
"$type": "Microsoft.DeleteProperty",
Expand All @@ -68,7 +68,7 @@
"$designer": {
"id": "166131"
},
"activity": "@{bfdactivity-166131()}"
"activity": "${bfdactivity-166131()}"
}
],
"elseActions": [
Expand All @@ -77,7 +77,7 @@
"$designer": {
"id": "643043"
},
"activity": "@{bfdactivity-643043()}"
"activity": "${bfdactivity-643043()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
-Step 3

# bfdactivity-797905
-user.age is set to @{user.age}
-user.age is set to ${user.age}

# bfdactivity-166131
-user.age is set to @{user.age}
-user.age is set to ${user.age}

# bfdactivity-643043
-user.age is set to null
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"$designer": {
"id": "644042"
},
"activity": "@{bfdactivity-644042()}"
"activity": "${bfdactivity-644042()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[import](common.lg)

# bfdactivity-644042
-Hello @{user.name}, nice to talk to you!
-Hello ${user.name}, nice to talk to you!
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"$designer": {
"id": "666135"
},
"activity": "@{bfdactivity-666135()}"
"activity": "${bfdactivity-666135()}"
},
{
"$type": "Microsoft.Foreach",
Expand All @@ -55,7 +55,7 @@
"actions": [
{
"$type": "Microsoft.SendActivity",
"activity": "@{dialog.foreach.index}: @{dialog.foreach.value}"
"activity": "${dialog.foreach.index}: ${dialog.foreach.value}"
}
]
},
Expand All @@ -64,7 +64,7 @@
"$designer": {
"id": "763672"
},
"activity": "@{bfdactivity-763672()}"
"activity": "${bfdactivity-763672()}"
},
{
"$type": "Microsoft.ForeachPage",
Expand All @@ -80,7 +80,7 @@
"actions": [
{
"$type": "Microsoft.SendActivity",
"activity": "@{dialog.foreach.index}: @{dialog.foreach.value}"
"activity": "${dialog.foreach.index}: ${dialog.foreach.value}"
}
],
"$designer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"id": "576334",
"name": "Send a response"
},
"activity": "@{bfdactivity-576334()}"
"activity": "${bfdactivity-576334()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
"$designer": {
"id": "604381"
},
"activity": "@{bfdactivity-604381()}"
"activity": "${bfdactivity-604381()}"
},
{
"$type": "Microsoft.SendActivity",
"$designer": {
"id": "338063"
},
"activity": "@{bfdactivity-338063()}"
"activity": "${bfdactivity-338063()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[import](common.lg)

# bfdactivity-604381
-Hello @{user.name}, nice to talk to you!
-Hello ${user.name}, nice to talk to you!

# bfdactivity-338063
-I'm a joke bot. To get started say "joke".
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"$designer": {
"id": "150220"
},
"activity": "@{bfdactivity-150220()}"
"activity": "${bfdactivity-150220()}"
},
{
"$type": "Microsoft.EndTurn",
Expand All @@ -50,7 +50,7 @@
"$designer": {
"id": "451180"
},
"activity": "@{bfdactivity-451180()}"
"activity": "${bfdactivity-451180()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"$designer": {
"id": "423305"
},
"activity": "@{bfdactivity-423305()}"
"activity": "${bfdactivity-423305()}"
},
{
"$type": "Microsoft.EndTurn",
Expand All @@ -30,7 +30,7 @@
"$designer": {
"id": "448895"
},
"activity": "@{bfdactivity-448895()}"
"activity": "${bfdactivity-448895()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"$designer": {
"id": "229784"
},
"activity": "@{bfdactivity-229784()}"
"activity": "${bfdactivity-229784()}"
},
{
"$type": "Microsoft.TextInput",
Expand Down Expand Up @@ -77,7 +77,7 @@
"$designer": {
"id": "200761"
},
"activity": "@{bfdactivity-200761()}"
"activity": "${bfdactivity-200761()}"
},
{
"$type": "Microsoft.TextInput",
Expand All @@ -104,7 +104,7 @@
"$designer": {
"id": "212615"
},
"activity": "@{bfdactivity-212615()}"
"activity": "${bfdactivity-212615()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[import](common.lg)

# bfdactivity-229784
-Great! Your pet's name is @{user.petname}
-Great! Your pet's name is ${user.petname}

# bfdactivity-200761
-Done! You have added a pet named "@{user.postResponse.content.name}" with id "@{user.postResponse.content.id}"
-Done! You have added a pet named "${user.postResponse.content.name}" with id "${user.postResponse.content.id}"

# bfdactivity-212615
-Great! I found your pet named "@{user.getResponse.content.name}"
-Great! I found your pet named "${user.getResponse.content.name}"
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"$designer": {
"id": "485963"
},
"activity": "@{bfdactivity-485963()}"
"activity": "${bfdactivity-485963()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[import](common.lg)

# bfdactivity-485963
-Hello @{user.name}, nice to talk to you!
-Hello ${user.name}, nice to talk to you!
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"$designer": {
"id": "347762"
},
"activity": "@{bfdactivity-640616()}"
"activity": "${bfdactivity-640616()}"
}
]
},
Expand Down Expand Up @@ -283,7 +283,7 @@
"id": "640616",
"name": "Send a response"
},
"activity": "@{bfdactivity-640616()}"
"activity": "${bfdactivity-640616()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[import](common.lg)

# bfdactivity-640616
-@{help()}
-${help()}
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"$designer": {
"id": "554030"
},
"activity": "@{bfdactivity-554030()}"
"activity": "${bfdactivity-554030()}"
},
{
"$type": "Microsoft.SendActivity",
"$designer": {
"id": "302405"
},
"activity": "@{bfdactivity-302405()}"
"activity": "${bfdactivity-302405()}"
},
{
"$type": "Microsoft.SendActivity",
"$designer": {
"id": "322106"
},
"activity": "@{bfdactivity-322106()}"
"activity": "${bfdactivity-322106()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"$designer": {
"id": "120128"
},
"activity": "@{bfdactivity-120128()}"
"activity": "${bfdactivity-120128()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[import](common.lg)

# bfdactivity-120128
-Hello @{user.name}, nice to talk to you! Please either enter 'joke' or 'fortune' to replace the dialog you want.
-Hello ${user.name}, nice to talk to you! Please either enter 'joke' or 'fortune' to replace the dialog you want.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"$designer": {
"id": "577618"
},
"activity": "@{bfdactivity-577618()}"
"activity": "${bfdactivity-577618()}"
},
{
"$type": "Microsoft.EndTurn",
Expand All @@ -30,7 +30,7 @@
"$designer": {
"id": "286023"
},
"activity": "@{bfdactivity-286023()}"
"activity": "${bfdactivity-286023()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"$designer": {
"id": "160914"
},
"activity": "@{bfdactivity-160914()}"
"activity": "${bfdactivity-160914()}"
},
{
"$type": "Microsoft.SwitchCondition",
Expand All @@ -69,7 +69,7 @@
"$designer": {
"id": "576002"
},
"activity": "@{bfdactivity-576002()}"
"activity": "${bfdactivity-576002()}"
}
]
},
Expand All @@ -81,7 +81,7 @@
"$designer": {
"id": "677412"
},
"activity": "@{bfdactivity-677412()}"
"activity": "${bfdactivity-677412()}"
}
]
},
Expand All @@ -93,7 +93,7 @@
"$designer": {
"id": "700082"
},
"activity": "@{bfdactivity-700082()}"
"activity": "${bfdactivity-700082()}"
}
]
}
Expand Down
Loading

0 comments on commit 01b4c82

Please sign in to comment.