Skip to content

Commit db48274

Browse files
Update code links
1 parent 071c362 commit db48274

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

articles/v4sdk/skill-implement-consumer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: kamrani
77
manager: kamrani
88
ms.topic: article
99
ms.service: bot-service
10-
ms.date: 01/22/2020
10+
ms.date: 03/19/2020
1111
monikerRange: 'azure-bot-service-4.0'
1212
---
1313

articles/v4sdk/skill-implement-skill.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: kamrani
77
manager: kamrani
88
ms.topic: article
99
ms.service: bot-service
10-
ms.date: 01/27/2020
10+
ms.date: 03/19/2020
1111
monikerRange: 'azure-bot-service-4.0'
1212
---
1313

@@ -114,7 +114,7 @@ Optionally, use the activity's _value_ property to include a return value, and u
114114

115115
**EchoSkillBot\Bots\EchoBot.cs**
116116

117-
[!code-csharp[Message handler](~/../botbuilder-samples/samples/csharp_dotnetcore/80.skills-simple-bot-to-bot/EchoSkillBot/Bots/EchoBot.cs?range=14-29)]
117+
[!code-csharp[Message handler](~/../botbuilder-samples/samples/csharp_dotnetcore/80.skills-simple-bot-to-bot/EchoSkillBot/Bots/EchoBot.cs?range=13-28)]
118118

119119
#### [JavaScript](#tab/javascript)
120120

@@ -126,7 +126,7 @@ Optionally, use the activity's _value_ property to include a return value, and u
126126

127127
**echo-skill-bot/bots/echo_bot.py**
128128

129-
[!code-python[Message handler](~/../botbuilder-samples/samples/python/80.skills-simple-bot-to-bot/echo-skill-bot/bots/echo_bot.py?range=10-27)]
129+
[!code-python[Message handler](~/../botbuilder-samples/samples/python/80.skills-simple-bot-to-bot/echo-skill-bot/bots/echo_bot.py?range=10-26)]
130130

131131
---
132132

@@ -140,7 +140,7 @@ The logic for this skill does not change from turn to turn. If you implement a s
140140

141141
**EchoSkillBot\Bots\EchoBot.cs**
142142

143-
[!code-csharp[End-of-conversation handler](~/../botbuilder-samples/samples/csharp_dotnetcore/80.skills-simple-bot-to-bot/EchoSkillBot/Bots/EchoBot.cs?range=31-37)]
143+
[!code-csharp[End-of-conversation handler](~/../botbuilder-samples/samples/csharp_dotnetcore/80.skills-simple-bot-to-bot/EchoSkillBot/Bots/EchoBot.cs?range=30-36)]
144144

145145
#### [JavaScript](#tab/javascript)
146146

@@ -244,7 +244,6 @@ This samples adds claims validation to the authentication configuration and uses
244244

245245
[!code-python[configuration](~/../botbuilder-samples/samples/python/80.skills-simple-bot-to-bot/echo-skill-bot/app.py?range=22-34)]
246246

247-
248247
---
249248

250249
## Skill manifest

0 commit comments

Comments
 (0)