Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions BotProject/CSharp/BotProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.6.0-preview-191021-2" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion BotProject/CSharp/Tests/ControllingConversationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public async Task ControllingConversationBotTest()
{
await BuildTestFlow()
.SendConversationUpdate()
.AssertReply("Welcome to the Controlling Conversation sample. Choose from the list below to try.\nYou can also type \"Cancel\" to cancel any dialog or \"Endturn\" to explicitly accept an input.")
.AssertReply(String.Format("Welcome to the Controlling Conversation sample. Choose from the list below to try.{0}You can also type \"Cancel\" to cancel any dialog or \"Endturn\" to explicitly accept an input.", Environment.NewLine))
.Send("01")
.AssertReply("Hello, What's your age?")
.Send("18")
Expand Down
20 changes: 10 additions & 10 deletions BotProject/Templates/CSharp/BotProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.6.0-preview-191012-1" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.6.0-preview-191021-2" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.6.0-preview-191021-2" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"connectionName": "Outlook",
"title": "Log in",
"text": "Please log in to your email account",
"property": "user.token"
"tokenProperty": "user.token"
}
]
},
Expand All @@ -41,7 +41,7 @@
"header": {
"Authorization": "Bearer {user.token.token}"
},
"property": "user.getGraphEmails"
"resultProperty": "user.getGraphEmails"
},
{
"$type": "Microsoft.SendActivity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"header": {
"Authorization": "Bearer {user.token.token}"
},
"Property": "dialog.postResponse",
"resultProperty": "dialog.postResponse",
"$designer": {
"id": "071946"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"header": {
"Authorization": "Bearer {user.token.token}"
},
"Property": "user.getGraphEmails"
"resultProperty": "user.getGraphEmails"
}
],
"$designer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"header": {
"Authorization": "Bearer {user.token.token}"
},
"Property": "user.intentRecipient"
"resultProperty": "user.intentRecipient"
}
],

],
"$designer": {
"id": "711391"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
"header": {
"Authorization": "Bearer {user.token.token}"
},
"Property": "user.getGraphSentItems",
"resultProperty": "user.getGraphSentItems",
"$designer": {
"id": "956279"
}
}
],

],
"$designer": {
"id": "946561"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"body": {
"comment": "{user.toContent}"
},
"Property": "dialog.postResponse"
"resultProperty": "dialog.postResponse"
}
],

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
]
}
},
"Property": "user.response"
"resultProperty": "user.response"
}
],

],
"$designer": {
"id": "424539"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"header": {
"Authorization": "Bearer {user.token.token}"
},
"Property": "user.Info",
"resultProperty": "user.Info",
"$designer": {
"id": "125222"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"content": "{user.content}",
"reminderDateTime": "{user.requesttime}"
},
"property": "user.postresult",
"resultProperty": "user.postresult",
"responseTypes": "json"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"method": "GET",
"url": "http://bfdreminder.azurewebsites.net/api/DeleteReminder?UID={turn.activity.from.id}&StartDate={user.requesttime}&EndDate={user.endtime}",
"property": "user.data",
"resultProperty": "user.data",
"responseTypes": "json"
}
],
Expand All @@ -85,7 +85,7 @@
},
"method": "GET",
"url": "http://bfdreminder.azurewebsites.net/api/DeleteReminder?UID={turn.activity.from.id}&Content={user.content}",
"property": "user.data",
"resultProperty": "user.data",
"responseTypes": "json"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"method": "GET",
"url": "http://bfdreminder.azurewebsites.net/api/GetReminders?UID={turn.Activity.From.Id}&StartDate={user.requesttime}&EndDate={user.endtime}",
"property": "user.data",
"resultProperty": "user.data",
"responseTypes": "json"
}
],
Expand All @@ -81,7 +81,7 @@
},
"method": "GET",
"url": "http://bfdreminder.azurewebsites.net/api/GetReminders?UID={turn.Activity.From.Id}",
"property": "user.data",
"resultProperty": "user.data",
"responseTypes": "json"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
],
"status": "available"
},
"property": "user.postResponse",
"resultProperty": "user.postResponse",
"headers": {
"test": "test",
"test2": "test2"
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"method": "GET",
"url": "http://petstore.swagger.io/v2/pet/{user.id}",
"property": "user.getResponse"
"resultProperty": "user.getResponse"
},
{
"$type": "Microsoft.SendActivity",
Expand Down