Skip to content

Commit 3d603e0

Browse files
Update prompt-suggestions.md
1 parent 2c4c486 commit 3d603e0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

msteams-platform/bots/how-to/conversations/prompt-suggestions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Suggested actions help users continue conversations with your bot.
3737

3838
:::column-end:::
3939

40-
:::row-end:::
40+
:::row-end:::
4141

4242
## Prompt starters
4343

@@ -47,20 +47,20 @@ Suggested actions help users continue conversations with your bot.
4747
>
4848
> * Prompt starters are only supported for one-on-one chat bots.
4949
50-
To enable prompt starters, define the `commands` property in your bot's app manifest. Each command now contains four fields, a `title`, `description`, `type`, and `prompt`.
51-
- The `title` field is the text shown in the prompt starter. When selected, this text is populated into the compose box.
52-
- The `description` field describes what the users accomplish.
53-
- The `type` field indicates whether the bot command is a basic command or a prompt.
54-
Set `type` to **prompt** and provide the text in the prompt field.
55-
- The `prompt`field defines the text to populate in the compose box, when the command is a prompt type.
50+
To enable prompt starters, define the `commands` property in your bot's app manifest. Each command contains four fields, `title`, `description`, `type`, and `prompt`.
51+
52+
* The `title` field is the text shown in the prompt starter. When selected, this text is populated into the compose box.
53+
* The `description` field describes what the users accomplish.
54+
* The `type` field indicates whether the bot command is basic or prompt. Set `type` to **prompt** and provide the text in the prompt field. When selected, the prompt text appears in the compose box instead of the title or description.
55+
* The `prompt`field specifies the text that appears in the compose box for a prompt command. It supports up to 4,000 characters.
5656

5757
>[!NOTE]
5858
>
5959
>If you're building an agent, you must set `type` to **prompt** and provide a valid prompt value. If the `prompt` field is empty, the app manifest fails validation during submission.
6060
6161
## Define `commands` in app manifest
6262

63-
To define `commands` in your app manifest, you can either use **Developer Portal** or add them manually in the app manifest.
63+
To define `commands` in your app manifest, you can either use **Developer Portal** or add them manually in the app manifest.
6464

6565
# [Developer Portal](#tab/developer-portal)
6666

0 commit comments

Comments
 (0)