Skip to content

Data model :Bot Service

mritunjayr edited this page Mar 29, 2019 · 2 revisions

Query{

question:string,

answer:string

}

Status{

accepted: boolean,

answered: boolean

}

RequestBody data model

{

Query : object,

Status : object

}

Clone this wiki locally