From cbe7fb3b4e1dfedf7217ccfff7994b2d10a9be7a Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Tue, 29 Oct 2024 12:34:33 -0500 Subject: [PATCH] apply missing 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 0e8e1d4ec8..5c1d1939fe 100644 --- a/libraries/botbuilder/src/skills/cloudSkillHandler.ts +++ b/libraries/botbuilder/src/skills/cloudSkillHandler.ts @@ -71,7 +71,7 @@ export class CloudSkillHandler extends CloudChannelServiceHandler { * This method allows you to send an activity to the end of a conversation. * * This is slightly different from replyToActivity(). - * sendToConversation(conversationId) - will append the activity to the end + * - 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 * to another activity, if the channel supports it. If the channel does not @@ -100,7 +100,7 @@ export class CloudSkillHandler extends CloudChannelServiceHandler { * This method allows you to reply to an activity. * * This is slightly different from sendToConversation(). - * sendToConversation(conversationId) - will append the activity to the end + * - 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 * to another activity, if the channel supports it. If the channel does not diff --git a/libraries/botbuilder/src/skills/skillHandler.ts b/libraries/botbuilder/src/skills/skillHandler.ts index bfbc306993..3f956a22ba 100644 --- a/libraries/botbuilder/src/skills/skillHandler.ts +++ b/libraries/botbuilder/src/skills/skillHandler.ts @@ -89,7 +89,7 @@ export class SkillHandler extends ChannelServiceHandler { * This method allows you to send an activity to the end of a conversation. * * This is slightly different from replyToActivity(). - * sendToConversation(conversationId) - will append the activity to the end + * - 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 * to another activity, if the channel supports it. If the channel does not @@ -118,7 +118,7 @@ export class SkillHandler extends ChannelServiceHandler { * This method allows you to reply to an activity. * * This is slightly different from sendToConversation(). - * sendToConversation(conversationId) - will append the activity to the end + * - 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 * to another activity, if the channel supports it. If the channel does not