Wolfram|Alpha · Arazzo Workflow
Wolfram|Alpha Voice Assistant Answer
Version 1.0.0
Get a spoken-word answer, falling back to a short text answer when none is available.
View Spec
View on GitHub
AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearchArazzoWorkflows
Provider
Workflows
voice-assistant-answer
Prefer a spoken-word answer, falling back to a short text answer on a 501.
Submits the query to the Spoken Results API. On a 200 the spoken answer is returned and the flow ends. When no spoken result is available the flow falls back to the Short Answers API for a concise text answer.
1
getSpokenResult
querySpokenResults
Ask the Spoken Results API for an answer phrased for text-to-speech. A 200 yields a spoken-ready sentence; a 501 means no spoken result is available.
2
getShortAnswerFallback
queryShortAnswer
When no spoken result exists, fall back to the Short Answers API for a concise plain-text answer the assistant can read.
Source API Descriptions
openapi