LiveAssistBotSDK 1.0.4

dotnet add package LiveAssistBotSDK --version 1.0.4
NuGet\Install-Package LiveAssistBotSDK -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LiveAssistBotSDK" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiveAssistBotSDK --version 1.0.4
#r "nuget: LiveAssistBotSDK, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LiveAssistBotSDK as a Cake Addin
#addin nuget:?package=LiveAssistBotSDK&version=1.0.4

// Install LiveAssistBotSDK as a Cake Tool
#tool nuget:?package=LiveAssistBotSDK&version=1.0.4

CBA Live Assist BOT SDK

The CBA Live Assist SDK provides a means for an automated chat endpoint (a bot) to escalate a conversation such that the visitor can interact with a (human) agent in CBA Live Assist.

The SDK is designed to be used server-side in a .Net environment.

Once a bot has determined that it wants to put the visitor in touch with an agent, the SDK is employed and a call made to request a chat. Subsequent operation involves polling the SDK for data relating to the conversation. Thereafter the bot behaves as a relay between the visitor and the agent.

Usage

Open Solution file, CafexLiveAssistBot.sln using Microsoft Visual Studio.

Please see the Quickstart Guide for instructions on how to start using the SDK. The Documentation provides further information on the SDK.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 276 1/26/2023
1.0.3.1 1,295 8/6/2021
1.0.2 3,687 10/24/2018
1.0.1 11,743 10/5/2017
1.0.0 968 8/30/2017

Added parameter to allow easy update of ContextData structure on escalation. Updated Target Framework to v4.8.