LiveAssistBotSDK by CaféX

<PackageReference Include="LiveAssistBotSDK" Version="1.0.2" />

 LiveAssistBotSDK 1.0.2

LiveAssistBotSDK is an SDK that allows for the escalation of Bot interactions to an appropriately skilled human Live Assist Agent

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>LiveAssistBotSDK</id>
    <version>1.0.2</version>
    <title>LiveAssistBotSDK</title>
    <authors>CaféX</authors>
    <owners>CaféX</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/cafexcomms/liveassist-botsdk-dotnet/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://www.liveassistfor365.com/en/support/knowledge-base/chat-bots/</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/cafexcomms/liveassist-botsdk-dotnet/master/logo.png</iconUrl>
    <description>LiveAssistBotSDK is an SDK that allows for the escalation of Bot interactions to an appropriately skilled human Live Assist Agent</description>
    <summary>CaféX Live Assist Bot SDK for chat escalation</summary>
    <releaseNotes>Fixed bug preventing serialization and deserialization of ChatContext objects.</releaseNotes>
    <copyright>Copyright 2017, 2018</copyright>
    <tags>bot chat cafex LiveAssist</tags>
    <dependencies>
      <dependency id="Newtonsoft.Json" version="10.0.3" />
    </dependencies>
  </metadata>
</package>