Skip to content

Commit

Permalink
apply sub-bullet format
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Nov 13, 2024
1 parent f3bdc4c commit 0561e4f
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 @@ -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.
*
Expand Down Expand Up @@ -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.
*
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 @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down

0 comments on commit 0561e4f

Please sign in to comment.