Skip to content

Commit

Permalink
Adding mappings between components and intellisense options (#4704)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisEugeneMSFT committed Sep 25, 2020
1 parent 17b2a27 commit bae03fa
Show file tree
Hide file tree
Showing 17 changed files with 162 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"options",
"resultProperty",
"*"
]
],
"properties": {
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Connect to a skill",
"subtitle": "Skill Dialog",
"helpLink": "https://aka.ms/bf-composer-docs-connect-skill"
"helpLink": "https://aka.ms/bf-composer-docs-connect-skill",
"properties": {
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Delete properties",
"subtitle": "Delete Properties",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"properties": {
"intellisenseScopes": [
"user-variables"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Delete a property",
"subtitle": "Delete Property",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"property": {
"intellisenseScopes": [
"user-variables"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"form": {
"label": "Edit an array property",
"subtitle": "Edit Array",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"itemsProperty": {
"intellisenseScopes": [
"user-variables"
]
},
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@
"hidden": [
"actions"
],
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow"
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
"properties": {
"itemsProperty": {
"intellisenseScopes": [
"user-variables"
]
},
"index": {
"intellisenseScopes": [
"variable-scopes"
]
},
"value": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
"hidden": [
"actions"
],
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow"
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
"properties": {
"itemsProperty": {
"intellisenseScopes": [
"user-variables"
]
},
"pageIndex": {
"intellisenseScopes": [
"variable-scopes"
]
},
"page": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"headers",
"*"
],
"helpLink": "https://aka.ms/bfc-using-http"
"helpLink": "https://aka.ms/bfc-using-http",
"properties": {
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
"form": {
"label": "Set properties",
"subtitle": "Set Properties",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"assignments": {
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Set a property",
"subtitle": "Set Property",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"hidden": [
"actions"
]
},
"condition": {
"intellisenseScopes": [
"user-variables"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for a file or an attachment",
"subtitle": "Attachment Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt with multi-choice",
"subtitle": "Choice Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for confirmation",
"subtitle": "Confirm Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for a date or a time",
"subtitle": "Date Time Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for a number",
"subtitle": "Number Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for text",
"subtitle": "Text Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}

0 comments on commit bae03fa

Please sign in to comment.