XPlat.VUI by himanago

<PackageReference Include="XPlat.VUI" Version="0.1.3" />

 XPlat.VUI 0.1.3

A simple cross-platform library for building VUI smart speaker skills. Support major platforms in Japan: Google Assistant, Amazon Alexa, and LINE Clova.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>XPlat.VUI</id>
    <version>0.1.3</version>
    <authors>himanago</authors>
    <owners>himanago</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/himanago/xplat-vui</projectUrl>
    <description>A simple cross-platform library for building VUI smart speaker skills.
Support major platforms in Japan: Google Assistant, Amazon Alexa, and LINE Clova.</description>
    <copyright>Copyright (c) 2019 himanago</copyright>
    <tags>VUI,Amazon,Alexa,Echo,Dialogflow,Google,LINE,CEK,Clova</tags>
    <repository url="https://github.com/himanago/xplat-vui" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Alexa.NET" version="1.8.2" exclude="Build,Analyzers" />
        <dependency id="CEK.CSharp" version="0.2.1" exclude="Build,Analyzers" />
        <dependency id="Google.Cloud.Dialogflow.V2" version="1.0.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>