Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[import](common.lg)

# SendActivity_640616
-${help()}
-${WelcomeUser()}

# SendActivity_640617
-${help()}
-${WelcomeUser()}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# help
# WelcomeUser
-```I can show you examples on how to use actions. Enter the number next to the entity that you with to see in action.
01 - Actions
02 - EndTurn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"actions": [
{
"$kind": "Microsoft.SendActivity",
"activity": "${help()}"
"activity": "${WelcomeUser()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[import](common.lg)

# SendActivity_068558
-${help()}
-${WelcomeUser()}

# SendActivity_581197
-${help()}
-${WelcomeUser()}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# help
# WelcomeUser
-```Welcome to Input Sample Bot.
I can show you examples on how to use actions, You can enter number 01-07
01 - TextInput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"$designer": {
"id": "953339"
},
"activity": "${help()}"
"activity": "${WelcomeUser()}"
}
]
},
Expand Down Expand Up @@ -197,7 +197,7 @@
"id": "859266",
"name": "Send a response"
},
"activity": "${help()}"
"activity": "${WelcomeUser()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# help
# WelcomeUser
[Activity
Text = ${helpText()}
SuggestedActions = IfCondition|SwitchCondition|ForeachStep|ForeachPageStep|Cancel|Endturn|RepeatDialog|ForeachWithBreakAndContinue|GotoAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"id": "859266",
"name": "Send a response"
},
"activity": "${help()}"
"activity": "${SendActivity_Welcome()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# help
# WelcomeUser
- Welcome to the EchoBot sample.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[import](common.lg)

# SendActivity_Welcome
- ${WelcomeUser()}

# SendActivity_003038
- You said '${turn.activity.text}'
- You said '${turn.activity.text}'
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"id": "859266",
"name": "Send a response"
},
"activity": "${help()}"
"activity": "${SendActivity_Welcome()}"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# help
# WelcomeUser
- Welcome to the EmptyBot sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[import](common.lg)


# SendActivity_Welcome
- ${WelcomeUser()}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Hey, this is simple text
- Hello, this is simple text

# help
# WelcomeUser
- ```
I can show you examples on sending messages. Restart the conversation to get started.
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[import](common.lg)

# SendActivity_551445
-${help()}
-${WelcomeUser()}

# SendActivity_576166
-Welcome to the Message Samples. You can use this sample to explore different capabilities of sending messages to users.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ${join(foreach(user.todos, x, showSingleTodo(x)), '\n')}
- ELSE:
- Your most recent ${count(user.todos)} tasks are

# help
# WelcomeUser
-I can add a todo, show todos, remove a todo, and clear all todos
-I can help you yes I can
-Help, we don't need no stinkin' help!
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[import](common.lg)

# SendActivity_696707
-${help()}
-${WelcomeUser()}

# SendActivity_157674()
- Hi! I'm a ToDo bot. Say "add a todo named first" to get started.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ${join(foreach(user.todos, x, showSingleTodo(x)), '\n')}
- ELSE:
- Your most recent ${count(user.todos)} tasks are

# help
# WelcomeUser
-I can add a todo, show todos, remove a todo, and clear all todos
-I can help you yes I can
-Help, we don't need no stinkin' help!
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[import](common.lg)

# SendActivity_696707
-${help()}
-${WelcomeUser()}

# SendActivity_157674()
- Hi! I'm a ToDo bot. Say "add a todo named first" to get started.
Expand Down
38 changes: 38 additions & 0 deletions Composer/plugins/localPublish/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
# yarn lockfile v1


"@bfc/plugin-loader@file:../../packages/extensions/plugin-loader":
version "1.0.0"
dependencies:
debug "^4.1.1"
globby "^11.0.0"
passport "^0.4.1"
path-to-regexp "^6.1.0"

"@nodelib/fs.scandir@2.1.3":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
Expand Down Expand Up @@ -156,6 +164,13 @@ debug@^3.1.1:
dependencies:
ms "^2.1.1"

debug@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
dependencies:
ms "^2.1.1"

dir-glob@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
Expand Down Expand Up @@ -378,11 +393,29 @@ once@^1.3.0, once@^1.4.0:
dependencies:
wrappy "1"

passport-strategy@1.x.x:
version "1.0.0"
resolved "https://registry.yarnpkg.com/passport-strategy/-/passport-strategy-1.0.0.tgz#b5539aa8fc225a3d1ad179476ddf236b440f52e4"
integrity sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ=

passport@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/passport/-/passport-0.4.1.tgz#941446a21cb92fc688d97a0861c38ce9f738f270"
integrity sha512-IxXgZZs8d7uFSt3eqNjM9NQ3g3uQCW5avD8mRNoXV99Yig50vjuaez6dQK2qC0kVWPRTujxY0dWgGfT09adjYg==
dependencies:
passport-strategy "1.x.x"
pause "0.0.1"

path-is-absolute@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=

path-to-regexp@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.1.0.tgz#0b18f88b7a0ce0bfae6a25990c909ab86f512427"
integrity sha512-h9DqehX3zZZDCEm+xbfU0ZmwCGFCAAraPJWMXJ4+v32NjZJilVg3k1TcKsRgIb8IQ/izZSaydDc1OhJCZvs2Dw==

path-type@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
Expand All @@ -396,6 +429,11 @@ path@^0.12.7:
process "^0.11.1"
util "^0.10.3"

pause@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/pause/-/pause-0.0.1.tgz#1d408b3fdb76923b9543d96fb4c9dfd535d9cb5d"
integrity sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10=

picomatch@^2.0.5, picomatch@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
Expand Down