Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITSM SKILL (Experimental Skill of Microsoft) #186

Closed
SavitaKumari-NTT opened this issue Apr 24, 2020 · 4 comments
Closed

ITSM SKILL (Experimental Skill of Microsoft) #186

SavitaKumari-NTT opened this issue Apr 24, 2020 · 4 comments
Assignees
Labels
P2 Nice to have
Projects

Comments

@SavitaKumari-NTT
Copy link

Except experimental skills all skills uses the Bot Framework Solutions Beta Release 0.8.
As per this release ActivityHandlerDialog.cs has been deprecated and replaced with a Waterfall Dialog implementation in the MainDialog of the Virtual Assistant and Skill templates.
More details you can verify in below links:
https://microsoft.github.io/botframework-solutions/overview/whats-new/0.8-beta/Summary/
https://microsoft.github.io/botframework-solutions/overview/whats-new/0.8-beta/maindialog-updates/
https://microsoft.github.io/botframework-solutions/virtual-assistant/handbook/activity-flow/

Some of the experimental skills still uses the ActivityHandlerDialog(Now deprecated) in its MainDialog and some experimental skills uses the RouterDialog(Now deprecated) in its MainDialog.
[Note: RouterDialog replace with ActivityHandlerDialog and now ActivityHandlerDialog replace with Waterfall Dialog.
https://github.com/microsoft/botframework-solutions/issues/3092
https://github.com/microsoft/botframework-solutions/pull/2585]
So experimental skills (e.g ITSM Skill) should work properly if ActivityHandlerDialog replaced with a Waterfall Dialog implementation in the MainDialog. Due to this reason ITSM skill is not working as per expected even properly setup on ServiceNow and successfully deployed on Azure Portal.

When ITSM skill will be available with latest code on Github?

@xieofxie
Copy link
Contributor

Hi @SavitaKumari-NTT skills are in this repo now https://github.com/microsoft/botframework-skills

@SavitaKumari-NTT
Copy link
Author

hi @xieofxie
During deployment facing below issue:

Microsoft (R) Build Engine version 16.5.0+d4cbfca49 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

C:\Users\WEBBRI\Downloads\itsmskill\ITSMSkill.csproj : error NU1102: Unable to find package Microsoft.Bot.Builder.Integration.ApplicationInsights.Core with version (>= 4.8.1)
C:\Users\WEBBRI\Downloads\itsmskill\ITSMSkill.csproj : error NU1102: - Found 23 version(s) in nuget.org [ Nearest version: 4.8.0 ]
C:\Users\WEBBRI\Downloads\itsmskill\ITSMSkill.csproj : error NU1102: - Found 0 version(s) in Microsoft Visual Studio Offline Packages
C:\Users\WEBBRI\Downloads\itsmskill\ITSMSkill.csproj : error NU1102: Unable to find package Microsoft.Bot.Solutions with version (>= 1.0.0)
C:\Users\WEBBRI\Downloads\itsmskill\ITSMSkill.csproj : error NU1102: - Found 2 version(s) in nuget.org [ Nearest version: 0.8.0-preview2 ]
C:\Users\WEBBRI\Downloads\itsmskill\ITSMSkill.csproj : error NU1102: - Found 0 version(s) in Microsoft Visual Studio Offline Packages

whatever the package(version 4.8.1 and 1.0.0)you are using in the solution its not available in NuGet Package.

Please suggest.

@xieofxie xieofxie transferred this issue from microsoft/botframework-solutions Apr 27, 2020
@xieofxie
Copy link
Contributor

@xieofxie xieofxie self-assigned this May 6, 2020
@bobokids bobokids added P2 Nice to have Status: Backlog labels May 7, 2020
@bobokids bobokids added this to Backlog in Skills via automation May 7, 2020
@bobokids
Copy link
Contributor

bobokids commented May 7, 2020

@SavitaKumari-NTT , please reactivate this issue if you have more question.

@bobokids bobokids closed this as completed May 7, 2020
Skills automation moved this from Backlog to Done May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Nice to have
Projects
No open projects
Skills
  
Done
Development

No branches or pull requests

3 participants