8000 GitHub - dialob/dialob-api: Dialob Java API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dialob/dialob-api

Repository files navigation

Warning

This repository has been incorporated into dialob-parent repository!

Introduction

Dialob is an open source platform developed to provide easy way to create, test and manage online dialogs that can be used on any online channel.

Dialob consists of following main modules:

  • Dialob Composer that is a tool for subject matter experts, SMEs, to create and test online dialogs. Dialob Composer is available as a cloud service.
  • Dialob Manager that is a backend service that is integrated to given online channel(s) and executes the dialog defined by Dialob Composer

This documentation provides information how a Dialob Manager can be integrated to a given online channel.

This repository

This repository is a Java API for Dialob. Technical documentation about APIs and protocols is available here.

Using client

ApiClient apiClient = new ApiClient("ApiKey", "<secret-api-key>");
DialobFormServiceApi formService = apiClient.buildClient(DialobFormServiceApi.class);
DialobQuestionnaireServiceApi questionnaireService = apiClient.buildClient(DialobQuestionnaireServiceApi.class);

About

Dialob Java API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0