Skip to main content

NLUInputUnknownRequest

Stentor API Reference


Stentor API Reference / stentor-models/src / NLUInputUnknownRequest

Type Alias: NLUInputUnknownRequest

NLUInputUnknownRequest = Pick<InputUnknownRequest, "type" | "intentId" | "knowledgeBaseResult" | "sentimentAnalysis" | "attributes">

Defined in: packages/stentor-models/src/NLU/NLUService.ts:16

Slightly smaller input unknown request without a sessionId and other identifying information. It also doesn't pass through the original raw query.