Skip to content

bothub-ai/qna-maker-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft QnA Maker SDK for PHP

This project provides a set of PHP client libraries that make it easy to access Microsoft QnAMaker. For API details, please see the QnA Maker Documentation.

Features

  • Create Knowledge Base
  • Delete Knowledge Base
  • Generate answer
  • Publish Knowledge Base
  • Update Knowledge Base

Advanced Features

  • Update Knowledge Base (Publish immediately)
  • Add QnA Pairs (Publish immediately)
  • Delete QnA Pairs (Publish immediately)

Getting Started

composer require bothub-ai/qna-maker-sdk-php

Usage

see tests/.