From 0561e4fb34cb21d297b8b22d8b4bea9709ae486c Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Tue, 29 Oct 2024 11:54:27 -0500 Subject: [PATCH] apply sub-bullet format --- libraries/botbuilder/src/skills/cloudSkillHandler.ts | 4 ++-- libraries/botbuilder/src/skills/skillHandler.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/botbuilder/src/skills/cloudSkillHandler.ts b/libraries/botbuilder/src/skills/cloudSkillHandler.ts index 676368d2a6..0e8e1d4ec8 100644 --- a/libraries/botbuilder/src/skills/cloudSkillHandler.ts +++ b/libraries/botbuilder/src/skills/cloudSkillHandler.ts @@ -73,7 +73,7 @@ export class CloudSkillHandler extends CloudChannelServiceHandler { * This is slightly different from replyToActivity(). * sendToConversation(conversationId) - will append the activity to the end * of the conversation according to the timestamp or semantics of the channel. - * replyToActivity(conversationId,ActivityId) - adds the activity as a reply + * - replyToActivity(conversationId,ActivityId) - adds the activity as a reply * to another activity, if the channel supports it. If the channel does not * support nested replies, replyToActivity falls back to sendToConversation. * @@ -102,7 +102,7 @@ export class CloudSkillHandler extends CloudChannelServiceHandler { * This is slightly different from sendToConversation(). * sendToConversation(conversationId) - will append the activity to the end * of the conversation according to the timestamp or semantics of the channel. - * replyToActivity(conversationId,ActivityId) - adds the activity as a reply + * - replyToActivity(conversationId,ActivityId) - adds the activity as a reply * to another activity, if the channel supports it. If the channel does not * support nested replies, replyToActivity falls back to sendToConversation. * diff --git a/libraries/botbuilder/src/skills/skillHandler.ts b/libraries/botbuilder/src/skills/skillHandler.ts index 578b381085..bfbc306993 100644 --- a/libraries/botbuilder/src/skills/skillHandler.ts +++ b/libraries/botbuilder/src/skills/skillHandler.ts @@ -91,7 +91,7 @@ export class SkillHandler extends ChannelServiceHandler { * This is slightly different from replyToActivity(). * sendToConversation(conversationId) - will append the activity to the end * of the conversation according to the timestamp or semantics of the channel. - * replyToActivity(conversationId,ActivityId) - adds the activity as a reply + * - replyToActivity(conversationId,ActivityId) - adds the activity as a reply * to another activity, if the channel supports it. If the channel does not * support nested replies, replyToActivity falls back to sendToConversation. * @@ -120,7 +120,7 @@ export class SkillHandler extends ChannelServiceHandler { * This is slightly different from sendToConversation(). * sendToConversation(conversationId) - will append the activity to the end * of the conversation according to the timestamp or semantics of the channel. - * replyToActivity(conversationId,ActivityId) - adds the activity as a reply + * - replyToActivity(conversationId,ActivityId) - adds the activity as a reply * to another activity, if the channel supports it. If the channel does not * support nested replies, replyToActivity falls back to sendToConversation. *