Skip to content

Commit

Permalink
apply missing format
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Nov 13, 2024
1 parent 0561e4f commit cbe7fb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions libraries/botbuilder/src/skills/cloudSkillHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions libraries/botbuilder/src/skills/skillHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cbe7fb3

Please sign in to comment.