| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.question_and_answer.v1 |
The Question and Answer service interprets and answers user questions
directly based on primary data sources (brochures, web pages, manuals,
records, etc.) that have been selected and gathered into a body of data or 'corpus'.
|
| com.ibm.watson.developer_cloud.question_and_answer.v1.model |
Question and Answer POJOs
|
| Modifier and Type | Method and Description |
|---|---|
WatsonAnswer |
QuestionAndAnswer.ask(Question question)
Interprets and answers user questions.
|
WatsonAnswer |
QuestionAndAnswer.ask(String question)
Interprets and answers user questions.
|
| Modifier and Type | Method and Description |
|---|---|
WatsonAnswer |
Pipeline.getWatsonAnswer()
Gets the watson answer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.setWatsonAnswer(WatsonAnswer watsonAnswer)
Sets the watson answer.
|
Copyright © 2015. All rights reserved.