2020-08-19 21:32:07 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://schemas.botframework.com/schemas/ui/v1.0/ui.schema",
|
|
|
|
"Microsoft.AdaptiveDialog": {
|
|
|
|
"form": {
|
|
|
|
"description": "This configures a data driven dialog via a collection of events and actions.",
|
|
|
|
"helpLink": "https://aka.ms/bf-composer-docs-dialog",
|
|
|
|
"hidden": [
|
|
|
|
"triggers",
|
|
|
|
"generator",
|
|
|
|
"selector",
|
2021-10-15 07:59:07 +03:00
|
|
|
"schema",
|
|
|
|
"dialogs"
|
2020-08-19 21:32:07 +03:00
|
|
|
],
|
|
|
|
"label": "Adaptive dialog",
|
|
|
|
"order": [
|
|
|
|
"recognizer",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"recognizer": {
|
|
|
|
"description": "To understand what the user says, your dialog needs a \"Recognizer\"; that includes example words and sentences that users may use.",
|
|
|
|
"label": "Language Understanding"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.Ask": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"field": "activity",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Default operation",
|
|
|
|
"property": "=action.defaultOperation",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"hideFooter": "=!action.defaultOperation",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-send-activity",
|
|
|
|
"label": "Send a response to ask a question",
|
|
|
|
"order": [
|
|
|
|
"activity",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Ask Activity"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Ask Activity",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.AttachmentInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.prompt",
|
|
|
|
"botAsks": {
|
|
|
|
"body": {
|
|
|
|
"defaultContent": "<prompt>",
|
|
|
|
"field": "prompt",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"userInput": {
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#0078D4",
|
|
|
|
"theme": "#E5F0FF"
|
|
|
|
},
|
|
|
|
"disableSDKTitle": true,
|
|
|
|
"icon": "User",
|
|
|
|
"menu": "none",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"widget": "PromptWidget"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
|
|
|
|
"label": "Prompt for a file or an attachment",
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Attachment Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "File or attachment",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.BeginDialog": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"dialog": "=action.dialog",
|
|
|
|
"widget": "DialogRef"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Return value",
|
|
|
|
"property": "=action.resultProperty",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"hideFooter": "=!action.resultProperty",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
|
|
|
|
"label": "Begin a new dialog",
|
|
|
|
"order": [
|
|
|
|
"dialog",
|
|
|
|
"options",
|
|
|
|
"resultProperty",
|
|
|
|
"*"
|
|
|
|
],
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"resultProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "Begin Dialog"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Begin a new dialog",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.BeginSkill": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"operation": "Host",
|
|
|
|
"resource": "=coalesce(action.skillEndpoint, \"?\")",
|
|
|
|
"singleline": true,
|
|
|
|
"widget": "ResourceOperation"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Result",
|
|
|
|
"property": "=action.resultProperty",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
2021-07-08 20:37:25 +03:00
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"color": "#FFFFFF",
|
|
|
|
"icon": "#FFFFFF",
|
|
|
|
"theme": "#004578"
|
|
|
|
},
|
|
|
|
"icon": "Library",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
2021-01-28 05:14:50 +03:00
|
|
|
"hideFooter": "=!action.resultProperty",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bf-composer-docs-connect-skill",
|
|
|
|
"label": "Connect to a skill",
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"resultProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "Skill Dialog"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Connect to a skill",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.BreakLoop": {
|
|
|
|
"form": {
|
|
|
|
"label": "Break out of loop",
|
|
|
|
"subtitle": "Break out of loop"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Break out of loop",
|
|
|
|
"submenu": [
|
|
|
|
"Looping"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.CancelAllDialogs": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"description": "(Event)",
|
|
|
|
"property": "=coalesce(action.eventName, \"?\")",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
|
|
|
|
"label": "Cancel all active dialogs",
|
|
|
|
"subtitle": "Cancel All Dialogs"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Cancel all active dialogs",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.CancelDialog": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Cancel dialog",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.ChoiceInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.prompt",
|
|
|
|
"botAsks": {
|
|
|
|
"body": {
|
|
|
|
"defaultContent": "<prompt>",
|
|
|
|
"field": "prompt",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"userInput": {
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#0078D4",
|
|
|
|
"theme": "#E5F0FF"
|
|
|
|
},
|
|
|
|
"disableSDKTitle": true,
|
|
|
|
"icon": "User",
|
|
|
|
"menu": "none",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"widget": "PromptWidget"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
|
|
|
|
"label": "Prompt with multi-choice",
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Choice Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Multi-choice",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.ConfirmInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.prompt",
|
|
|
|
"botAsks": {
|
|
|
|
"body": {
|
|
|
|
"defaultContent": "<prompt>",
|
|
|
|
"field": "prompt",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"userInput": {
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#0078D4",
|
|
|
|
"theme": "#E5F0FF"
|
|
|
|
},
|
|
|
|
"disableSDKTitle": true,
|
|
|
|
"icon": "User",
|
|
|
|
"menu": "none",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"widget": "PromptWidget"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
|
|
|
|
"label": "Prompt for confirmation",
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Confirm Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Confirmation",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.ContinueConversation": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Continue conversation",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.ContinueConversationLater": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Continue conversation later",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.ContinueLoop": {
|
|
|
|
"form": {
|
|
|
|
"label": "Continue loop",
|
|
|
|
"subtitle": "Continue loop"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Continue loop",
|
|
|
|
"submenu": [
|
|
|
|
"Looping"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.DateTimeInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.prompt",
|
|
|
|
"botAsks": {
|
|
|
|
"body": {
|
|
|
|
"defaultContent": "<prompt>",
|
|
|
|
"field": "prompt",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"userInput": {
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#0078D4",
|
|
|
|
"theme": "#E5F0FF"
|
|
|
|
},
|
|
|
|
"disableSDKTitle": true,
|
|
|
|
"icon": "User",
|
|
|
|
"menu": "none",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"widget": "PromptWidget"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
|
|
|
|
"label": "Prompt for a date or a time",
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Date Time Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Date or time",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.DebugBreak": {
|
|
|
|
"form": {
|
|
|
|
"label": "Debug Break"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Debug break",
|
|
|
|
"submenu": [
|
|
|
|
"Debugging options"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.DeleteActivity": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Delete activity",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.DeleteProperties": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"items": "=action.properties",
|
|
|
|
"widget": "ListOverview"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-using-memory",
|
|
|
|
"label": "Delete properties",
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"properties": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"user-variables"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "Delete Properties"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Delete properties",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.DeleteProperty": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.property",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-using-memory",
|
|
|
|
"label": "Delete a property",
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"user-variables"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "Delete Property"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Delete a property",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EditActions": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.changeType",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"label": "Modify active dialog",
|
|
|
|
"subtitle": "Edit Actions"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EditArray": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"operation": "=coalesce(action.changeType, \"?\")",
|
|
|
|
"resource": "=coalesce(action.itemsProperty, \"?\")",
|
|
|
|
"widget": "ResourceOperation"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Result",
|
|
|
|
"property": "=action.resultProperty",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"hideFooter": "=!action.resultProperty",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-using-memory",
|
|
|
|
"label": "Edit an array property",
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"itemsProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"user-variables"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"resultProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "Edit Array"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Edit an array property",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EmitEvent": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"description": "(Event)",
|
|
|
|
"property": "=coalesce(action.eventName, \"?\")",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-custom-events",
|
|
|
|
"label": "Emit a custom event",
|
|
|
|
"subtitle": "Emit Event"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Emit a custom event",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EndDialog": {
|
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
|
|
|
|
"label": "End this dialog",
|
|
|
|
"subtitle": "End Dialog"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "End this dialog",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.EndTurn": {
|
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
|
|
|
|
"label": "End turn",
|
|
|
|
"subtitle": "End Turn"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "End turn",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2021-03-30 00:33:49 +03:00
|
|
|
"Microsoft.FacebookAdapter": {
|
|
|
|
"form": {
|
|
|
|
"description": "Connects a bot to Facebook.",
|
|
|
|
"helpLink": "https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Adapters/Microsoft.Bot.Builder.Adapters.Facebook",
|
|
|
|
"hidden": [
|
|
|
|
"type"
|
|
|
|
],
|
|
|
|
"label": "Facebook connection.",
|
|
|
|
"order": [
|
|
|
|
"FacebookVerifyToken",
|
|
|
|
"FacebookAppSecret",
|
|
|
|
"FacebookAccessToken",
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.Foreach": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"loop": {
|
|
|
|
"body": "=concat(\"Each value in \", coalesce(action.itemsProperty, \"?\"))",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"widget": "ForeachWidget"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Loop: For each item",
|
|
|
|
"order": [
|
|
|
|
"itemsProperty",
|
|
|
|
"*"
|
|
|
|
],
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"index": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"itemsProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"user-variables"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "For Each"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Loop: For each item",
|
|
|
|
"submenu": [
|
|
|
|
"Looping"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.ForeachPage": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"loop": {
|
|
|
|
"body": "=concat(\"Each page of \", coalesce(action.pageSize, \"?\"), \" in \", coalesce(action.page, \"?\"))",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"widget": "ForeachWidget"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Loop: For each page (multiple items)",
|
|
|
|
"order": [
|
|
|
|
"itemsProperty",
|
|
|
|
"pageSize",
|
|
|
|
"*"
|
|
|
|
],
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"itemsProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"user-variables"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"page": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"pageIndex": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "For Each Page"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Loop: For each page (multiple items)",
|
|
|
|
"submenu": [
|
|
|
|
"Looping"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2021-01-28 05:14:50 +03:00
|
|
|
"Microsoft.GetActivityMembers": {
|
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"description": "= ActivityId",
|
|
|
|
"property": "=coalesce(action.activityId, \"?\")",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Result property",
|
|
|
|
"property": "=coalesce(action.property, \"?\")",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Get activity members",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2021-01-28 05:14:50 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.GetConversationMembers": {
|
|
|
|
"flow": {
|
|
|
|
"footer": {
|
|
|
|
"description": "= Result property",
|
|
|
|
"property": "=action.property",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Get conversation members",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.GetConversationReference": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Get conversation reference",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.GotoAction": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Go to action",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2021-01-28 05:14:50 +03:00
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.HttpRequest": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"operation": "=action.method",
|
|
|
|
"resource": "=action.url",
|
|
|
|
"singleline": true,
|
|
|
|
"widget": "ResourceOperation"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Result property",
|
|
|
|
"property": "=action.resultProperty",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"hideFooter": "=!action.resultProperty",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-using-http",
|
|
|
|
"label": "Send an HTTP request",
|
|
|
|
"order": [
|
|
|
|
"method",
|
|
|
|
"url",
|
|
|
|
"body",
|
|
|
|
"headers",
|
|
|
|
"*"
|
|
|
|
],
|
2020-09-26 07:47:56 +03:00
|
|
|
"properties": {
|
|
|
|
"resultProperty": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"subtitle": "HTTP Request"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Send an HTTP request",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.IfCondition": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"judgement": {
|
|
|
|
"body": "=coalesce(action.condition, \"<condition>\")",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"widget": "IfConditionWidget"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
|
|
|
|
"hidden": [
|
|
|
|
"actions",
|
|
|
|
"elseActions"
|
|
|
|
],
|
|
|
|
"label": "Branch: If/Else",
|
|
|
|
"subtitle": "If Condition"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Branch: If/else",
|
|
|
|
"submenu": [
|
|
|
|
"Create a condition"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.LogAction": {
|
|
|
|
"form": {
|
2020-11-18 21:27:21 +03:00
|
|
|
"helpLink": "https://aka.ms/composer-telemetry",
|
2020-08-19 21:32:07 +03:00
|
|
|
"label": "Log to console",
|
|
|
|
"subtitle": "Log Action"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Log to console",
|
|
|
|
"submenu": [
|
|
|
|
"Debugging options"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-09-26 07:47:56 +03:00
|
|
|
"Microsoft.NumberInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.prompt",
|
|
|
|
"botAsks": {
|
|
|
|
"body": {
|
|
|
|
"defaultContent": "<prompt>",
|
|
|
|
"field": "prompt",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"userInput": {
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#0078D4",
|
|
|
|
"theme": "#E5F0FF"
|
|
|
|
},
|
|
|
|
"disableSDKTitle": true,
|
|
|
|
"icon": "User",
|
|
|
|
"menu": "none",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"widget": "PromptWidget"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
2020-09-26 07:47:56 +03:00
|
|
|
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
|
|
|
|
"label": "Prompt for a number",
|
2020-08-19 21:32:07 +03:00
|
|
|
"properties": {
|
2020-09-26 07:47:56 +03:00
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
2020-08-19 21:32:07 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-09-26 07:47:56 +03:00
|
|
|
"subtitle": "Number Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Number",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-09-26 07:47:56 +03:00
|
|
|
"Microsoft.OAuthInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"operation": "Connection",
|
|
|
|
"resource": "=coalesce(action.connectionName, \"?\")",
|
|
|
|
"singleline": true,
|
|
|
|
"widget": "ResourceOperation"
|
|
|
|
},
|
|
|
|
"footer": {
|
|
|
|
"description": "= Token property",
|
|
|
|
"property": "=action.property",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"hideFooter": "=!action.property",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
2020-09-26 07:47:56 +03:00
|
|
|
"helpLink": "https://aka.ms/bfc-using-oauth",
|
|
|
|
"label": "OAuth login",
|
|
|
|
"order": [
|
|
|
|
"connectionName",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "OAuth Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": [
|
|
|
|
{
|
|
|
|
"label": "OAuth login",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "OAuth login",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2020-08-19 21:32:07 +03:00
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.OnActivity": {
|
2020-10-21 06:21:46 +03:00
|
|
|
"form": {
|
|
|
|
"hidden": [
|
2020-10-22 00:00:18 +03:00
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Activities",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Activity received"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Activities (Activity received)",
|
|
|
|
"order": 5.1,
|
|
|
|
"submenu": {
|
|
|
|
"label": "Activities",
|
|
|
|
"placeholder": "Select an activity type",
|
|
|
|
"prompt": "Which activity type?"
|
|
|
|
}
|
2020-10-21 06:21:46 +03:00
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.OnAssignEntity": {
|
2020-08-19 21:32:07 +03:00
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
2020-10-22 00:00:18 +03:00
|
|
|
"label": "Handle a condition when an entity is assigned",
|
2020-08-19 21:32:07 +03:00
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
2020-10-22 00:00:18 +03:00
|
|
|
"subtitle": "EntityAssigned activity"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnBeginDialog": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Dialog started",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Begin dialog event"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Dialog started (Begin dialog event)",
|
|
|
|
"order": 4.1,
|
|
|
|
"submenu": {
|
|
|
|
"label": "Dialog events",
|
|
|
|
"placeholder": "Select an event type",
|
|
|
|
"prompt": "Which event?"
|
|
|
|
}
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnCancelDialog": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Dialog cancelled",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Cancel dialog event"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Dialog cancelled (Cancel dialog event)",
|
|
|
|
"order": 4.2,
|
|
|
|
"submenu": "Dialog events"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-12-03 00:53:01 +03:00
|
|
|
"Microsoft.OnChooseEntity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-11-18 21:27:21 +03:00
|
|
|
"Microsoft.OnChooseIntent": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
]
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Duplicated intents recognized",
|
|
|
|
"order": 6
|
2020-11-18 21:27:21 +03:00
|
|
|
}
|
|
|
|
},
|
2021-03-24 19:13:11 +03:00
|
|
|
"Microsoft.OnCommandActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Command received",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Command activity received"
|
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Command received (Command activity received)",
|
|
|
|
"order": 5.81,
|
|
|
|
"submenu": "Activities"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnCommandResultActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Command Result received",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Command Result activity received"
|
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Command Result received (Command Result activity received)",
|
|
|
|
"order": 5.81,
|
|
|
|
"submenu": "Activities"
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.OnCondition": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Handle a condition",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Condition"
|
|
|
|
}
|
|
|
|
},
|
2021-07-19 19:46:22 +03:00
|
|
|
"Microsoft.OnContinueConversation": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"submenu": "Activities"
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.OnConversationUpdateActivity": {
|
|
|
|
"form": {
|
|
|
|
"description": "Handle the events fired when a user begins a new conversation with the bot.",
|
|
|
|
"helpLink": "https://aka.ms/bf-composer-docs-conversation-update-activity",
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Greeting",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "ConversationUpdate activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Greeting (ConversationUpdate activity)",
|
|
|
|
"order": 5.2,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnDialogEvent": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Dialog events",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Dialog event"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Custom events",
|
|
|
|
"order": 7
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.OnEndOfActions": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Handle a condition when actions have ended",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "EndOfActions activity"
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.OnEndOfConversationActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Conversation ended",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "EndOfConversation activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Conversation ended (EndOfConversation activity)",
|
|
|
|
"order": 5.3,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnError": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Error occurred",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Error event"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Error occurred (Error event)",
|
|
|
|
"order": 4.3,
|
|
|
|
"submenu": "Dialog events"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnEventActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Event received",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Event activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Event received (Event activity)",
|
|
|
|
"order": 5.4,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnHandoffActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Handover to human",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Handoff activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Handover to human (Handoff activity)",
|
|
|
|
"order": 5.5,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
2020-09-19 08:34:33 +03:00
|
|
|
"Microsoft.OnInstallationUpdateActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Installation updated",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Installation updated activity"
|
|
|
|
}
|
|
|
|
},
|
2020-08-19 21:32:07 +03:00
|
|
|
"Microsoft.OnIntent": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Intent recognized",
|
|
|
|
"order": [
|
|
|
|
"intent",
|
|
|
|
"condition",
|
|
|
|
"entities",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Intent recognized"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Intent recognized",
|
|
|
|
"order": 1
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnInvokeActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Conversation invoked",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Invoke activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Conversation invoked (Invoke activity)",
|
|
|
|
"order": 5.6,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnMessageActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Message received",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
2021-03-24 19:13:11 +03:00
|
|
|
"subtitle": "Message activity received"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
2021-03-24 19:13:11 +03:00
|
|
|
"label": "Message received (Message activity received)",
|
2021-03-13 00:10:42 +03:00
|
|
|
"order": 5.81,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnMessageDeleteActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Message deleted",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Message deleted activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Message deleted (Message deleted activity)",
|
|
|
|
"order": 5.82,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnMessageReactionActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Message reaction",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Message reaction activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Message reaction (Message reaction activity)",
|
|
|
|
"order": 5.83,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnMessageUpdateActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Message updated",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Message updated activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Message updated (Message updated activity)",
|
|
|
|
"order": 5.84,
|
|
|
|
"submenu": "Activities"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnQnAMatch": {
|
|
|
|
"trigger": {
|
|
|
|
"label": "QnA Intent recognized",
|
|
|
|
"order": 2
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnRepromptDialog": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Re-prompt for input",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Reprompt dialog event"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Re-prompt for input (Reprompt dialog event)",
|
|
|
|
"order": 4.4,
|
|
|
|
"submenu": "Dialog events"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnTypingActivity": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "User is typing",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Typing activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "User is typing (Typing activity)",
|
|
|
|
"order": 5.7,
|
|
|
|
"submenu": "Activities"
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.OnUnknownIntent": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
],
|
|
|
|
"label": "Unknown intent",
|
|
|
|
"order": [
|
|
|
|
"condition",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Unknown intent recognized"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"trigger": {
|
|
|
|
"label": "Unknown intent",
|
|
|
|
"order": 3
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
2020-10-22 00:00:18 +03:00
|
|
|
},
|
2021-01-28 05:14:50 +03:00
|
|
|
"Microsoft.QnAMakerDialog": {
|
|
|
|
"flow": {
|
|
|
|
"body": "=action.hostname",
|
|
|
|
"widget": "ActionCard"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Connect to QnA Knowledgebase",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
2021-01-28 05:14:50 +03:00
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.RegexRecognizer": {
|
|
|
|
"form": {
|
|
|
|
"hidden": [
|
|
|
|
"entities"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.RepeatDialog": {
|
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
|
|
|
|
"label": "Repeat this dialog",
|
|
|
|
"order": [
|
|
|
|
"options",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Repeat Dialog"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Repeat this dialog",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.ReplaceDialog": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"dialog": "=action.dialog",
|
|
|
|
"widget": "DialogRef"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
|
|
|
|
"label": "Replace this dialog",
|
|
|
|
"order": [
|
|
|
|
"dialog",
|
|
|
|
"options",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Replace Dialog"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Replace this dialog",
|
|
|
|
"submenu": [
|
|
|
|
"Dialog management"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.SendActivity": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"field": "activity",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-send-activity",
|
|
|
|
"label": "Send a response",
|
|
|
|
"order": [
|
|
|
|
"activity",
|
|
|
|
"*"
|
|
|
|
],
|
|
|
|
"subtitle": "Send Activity"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Send a response",
|
|
|
|
"submenu": false
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
2021-02-13 05:43:21 +03:00
|
|
|
"Microsoft.SendHandoffActivity": {
|
2021-03-13 00:10:42 +03:00
|
|
|
"flow": {
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
2021-02-13 05:43:21 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-send-handoff-activity",
|
|
|
|
"label": "Send a handoff request",
|
|
|
|
"subtitle": "Send Handoff Activity"
|
2021-03-13 00:10:42 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Send Handoff Event",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
2021-02-13 05:43:21 +03:00
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.SetProperties": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"items": "=foreach(action.assignments, x => concat(coalesce(x.property, \"?\"), \" : \", coalesce(x.value, \"?\")))",
|
|
|
|
"widget": "ListOverview"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-using-memory",
|
|
|
|
"label": "Set properties",
|
|
|
|
"properties": {
|
|
|
|
"assignments": {
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Set Properties"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Set properties",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.SetProperty": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "${coalesce(action.property, \"?\")} : ${coalesce(action.value, \"?\")}",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-using-memory",
|
|
|
|
"label": "Set a property",
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Set Property"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Set a property",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.SignOutUser": {
|
|
|
|
"form": {
|
|
|
|
"label": "Sign out user",
|
|
|
|
"subtitle": "Signout User"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Sign out user",
|
|
|
|
"submenu": [
|
|
|
|
"Access external resources"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
2021-03-30 00:33:49 +03:00
|
|
|
"Microsoft.SlackAdapter": {
|
|
|
|
"form": {
|
|
|
|
"description": "Connects a bot to Slack.",
|
|
|
|
"helpLink": "https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Adapters/Microsoft.Bot.Builder.Adapters.Slack",
|
|
|
|
"hidden": [
|
|
|
|
"type"
|
|
|
|
],
|
|
|
|
"label": "Slack connection.",
|
|
|
|
"order": [
|
|
|
|
"SlackVerificationToken",
|
|
|
|
"SlackBotToken",
|
|
|
|
"SlackClientSigningSecret",
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"Microsoft.SwitchCondition": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"judgement": {
|
|
|
|
"body": "=coalesce(action.condition, \"<condition>\")",
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"widget": "SwitchConditionWidget"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
|
|
|
|
"hidden": [
|
|
|
|
"default"
|
|
|
|
],
|
|
|
|
"label": "Branch: Switch (multiple options)",
|
|
|
|
"properties": {
|
|
|
|
"cases": {
|
|
|
|
"hidden": [
|
|
|
|
"actions"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"user-variables"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Switch Condition"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Branch: Switch (multiple options)",
|
|
|
|
"submenu": [
|
|
|
|
"Create a condition"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.TelemetryTrackEventAction": {
|
|
|
|
"menu": {
|
|
|
|
"label": "Emit a telemetry track event",
|
|
|
|
"submenu": [
|
|
|
|
"Debugging options"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.TextInput": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": "=action.prompt",
|
|
|
|
"botAsks": {
|
|
|
|
"body": {
|
|
|
|
"defaultContent": "<prompt>",
|
|
|
|
"field": "prompt",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#5C2E91",
|
|
|
|
"theme": "#EEEAF4"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"nowrap": true,
|
|
|
|
"userInput": {
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#0078D4",
|
|
|
|
"theme": "#E5F0FF"
|
|
|
|
},
|
|
|
|
"disableSDKTitle": true,
|
|
|
|
"icon": "User",
|
|
|
|
"menu": "none",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"widget": "PromptWidget"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
|
|
|
|
"label": "Prompt for text",
|
|
|
|
"properties": {
|
|
|
|
"property": {
|
|
|
|
"intellisenseScopes": [
|
|
|
|
"variable-scopes"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"subtitle": "Text Input"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Text",
|
|
|
|
"submenu": [
|
|
|
|
"Ask a question"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.ThrowException": {
|
2021-01-28 05:14:50 +03:00
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"description": "= ErrorValue",
|
|
|
|
"property": "=coalesce(action.errorValue, \"?\")",
|
|
|
|
"widget": "PropertyDescription"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
2020-10-22 00:00:18 +03:00
|
|
|
"form": {
|
|
|
|
"label": "Throw an exception",
|
|
|
|
"subtitle": "Throw an exception"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Throw exception",
|
|
|
|
"submenu": [
|
|
|
|
"Debugging options"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Microsoft.TraceActivity": {
|
|
|
|
"form": {
|
2020-11-18 21:27:21 +03:00
|
|
|
"helpLink": "https://aka.ms/composer-telemetry",
|
2020-10-22 00:00:18 +03:00
|
|
|
"label": "Emit a trace event",
|
|
|
|
"subtitle": "Trace Activity"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Emit a trace event",
|
|
|
|
"submenu": [
|
|
|
|
"Debugging options"
|
|
|
|
]
|
2020-10-22 00:00:18 +03:00
|
|
|
}
|
2021-01-28 05:14:50 +03:00
|
|
|
},
|
2021-03-30 00:33:49 +03:00
|
|
|
"Microsoft.TwilioAdapter": {
|
|
|
|
"form": {
|
|
|
|
"description": "Connects a bot to Twilio.",
|
|
|
|
"helpLink": "https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Adapters/Microsoft.Bot.Builder.Adapters.Twilio",
|
|
|
|
"hidden": [
|
|
|
|
"type"
|
|
|
|
],
|
|
|
|
"label": "Twilio connection.",
|
|
|
|
"order": [
|
|
|
|
"TwilioNumber",
|
|
|
|
"TwilioAccountSid",
|
|
|
|
"TwilioAuthToken",
|
|
|
|
"TwilioValidationUrl",
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2021-01-28 05:14:50 +03:00
|
|
|
"Microsoft.UpdateActivity": {
|
|
|
|
"flow": {
|
|
|
|
"body": {
|
|
|
|
"field": "activity",
|
|
|
|
"widget": "LgWidget"
|
|
|
|
},
|
|
|
|
"header": {
|
|
|
|
"colors": {
|
|
|
|
"icon": "#656565",
|
|
|
|
"theme": "#D7D7D7"
|
|
|
|
},
|
|
|
|
"icon": "MessageBot",
|
|
|
|
"title": "Update activity",
|
|
|
|
"widget": "ActionHeader"
|
|
|
|
},
|
|
|
|
"widget": "ActionCard"
|
|
|
|
},
|
|
|
|
"form": {
|
|
|
|
"label": "Update an activity",
|
|
|
|
"subtitle": "Update Activity"
|
2021-07-19 19:46:22 +03:00
|
|
|
},
|
|
|
|
"menu": {
|
|
|
|
"label": "Update an activity",
|
|
|
|
"submenu": [
|
|
|
|
"Manage properties"
|
|
|
|
]
|
2021-01-28 05:14:50 +03:00
|
|
|
}
|
2021-02-02 03:56:20 +03:00
|
|
|
},
|
2021-03-30 00:33:49 +03:00
|
|
|
"Microsoft.WebexAdapter": {
|
|
|
|
"form": {
|
|
|
|
"description": "Connects a bot to Webex.",
|
|
|
|
"helpLink": "https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Adapters/Microsoft.Bot.Builder.Adapters.Webex",
|
|
|
|
"hidden": [
|
|
|
|
"type"
|
|
|
|
],
|
|
|
|
"label": "Webex connection.",
|
|
|
|
"order": [
|
|
|
|
"WebexAccessToken",
|
|
|
|
"WebexPublicAddress",
|
|
|
|
"WebexSecret",
|
|
|
|
"WebexWebhookName",
|
|
|
|
"*"
|
|
|
|
]
|
|
|
|
}
|
2020-08-19 21:32:07 +03:00
|
|
|
}
|
|
|
|
}
|