Skip to content

Commit

Permalink
update sdk package to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luhan2017 committed Nov 10, 2020
1 parent f0c52bd commit b5c0d91
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 500 deletions.
244 changes: 119 additions & 125 deletions Composer/packages/server/schemas/sdk.schema

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions Composer/packages/server/schemas/sdk.uischema
Original file line number Diff line number Diff line change
Expand Up @@ -23,112 +23,6 @@
}
}
},
"Microsoft.Ask": {
"form": {
"helpLink": "https://aka.ms/bfc-send-activity",
"label": "Send a response to ask a question",
"order": [
"activity",
"*"
],
"subtitle": "Ask Activity"
}
},
"Microsoft.AttachmentInput": {
"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"
}
},
"Microsoft.ChoiceInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt with multi-choice",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Choice Input"
}
},
"Microsoft.ConfirmInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt for confirmation",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Confirm Input"
}
},
"Microsoft.DateTimeInput": {
"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"
}
},
"Microsoft.NumberInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt for a number",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Number Input"
}
},
"Microsoft.OAuthInput": {
"form": {
"helpLink": "https://aka.ms/bfc-using-oauth",
"label": "OAuth login",
"order": [
"connectionName",
"*"
],
"subtitle": "OAuth Input"
}
},
"Microsoft.TextInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt for text",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Text Input"
}
},
"Microsoft.BeginDialog": {
"form": {
"helpLink": "https://aka.ms/bfc-understanding-dialogs",
Expand Down Expand Up @@ -470,6 +364,112 @@
"subtitle": "Trace Activity"
}
},
"Microsoft.Ask": {
"form": {
"helpLink": "https://aka.ms/bfc-send-activity",
"label": "Send a response to ask a question",
"order": [
"activity",
"*"
],
"subtitle": "Ask Activity"
}
},
"Microsoft.AttachmentInput": {
"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"
}
},
"Microsoft.ChoiceInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt with multi-choice",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Choice Input"
}
},
"Microsoft.ConfirmInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt for confirmation",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Confirm Input"
}
},
"Microsoft.DateTimeInput": {
"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"
}
},
"Microsoft.NumberInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt for a number",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Number Input"
}
},
"Microsoft.OAuthInput": {
"form": {
"helpLink": "https://aka.ms/bfc-using-oauth",
"label": "OAuth login",
"order": [
"connectionName",
"*"
],
"subtitle": "OAuth Input"
}
},
"Microsoft.TextInput": {
"form": {
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"label": "Prompt for text",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
},
"subtitle": "Text Input"
}
},
"Microsoft.RegexRecognizer": {
"form": {
"hidden": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.0.0" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.11.0-rc2.preview" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.11.0-preview" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.11.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.3" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.2" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.11.0-rc2.preview" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.11.0-rc2" />
<PackageReference Include="Microsoft.Bot.Builder" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.ApplicationInsights" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Azure" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Declarative" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.11.0-preview" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.ApplicationInsights.Core" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Connector" Version="4.11.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.66">
<PrivateAssets>all</PrivateAssets>
Expand Down
Loading

0 comments on commit b5c0d91

Please sign in to comment.