Skip to content

devoxx/AskDevoxx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AskDevoxx

Bot client and Watson REST service for AskDevoxx

Provide missing info for application.properties file

askdevoxx.workspaceId=PROVIDE CONVERSATION SPACE ID

askdevoxx.conversationUsername=PROVIDE CONVERSATION USERNAME

askdevoxx.conversationPassword=PROVIDE CONVERSATION PASSWORD

askdevoxx.conversationUrl=https://gateway.watsonplatform.net/conversation/api

askdevoxx.retrieveUsername=PROVIDE RETRIEVE & RANK USERNAME

askdevoxx.retrievePassword=PROVIDE RETRIEVE & RANK PASSWORD

askdevoxx.retrieveClusterName=PROVIDE CLUSER NAME

askdevoxx.retrieveCollectionName=articles

askdevoxx.retrieveUrl=https://gateway.watsonplatform.net/retrieve-and-rank/api/v1/solr_clusters/

askdevoxx.tmpFileStorageLocation=./

Speech to text credentials

speech.username=<PROVIDE_SPEECH_TO_TEXT_USERNAME>

speech.password=<PROVIDE_SPEECH_TO_TEXT_PASSWORD>

After the application is deployed, launch the conversation tooling and import the workspace.json available in this repository to try the sample conversations.

About

REST service for AskDevoxx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 46.5%
  • JavaScript 24.5%
  • CSS 12.1%
  • Shell 8.6%
  • Batchfile 6.1%
  • HTML 2.2%