Skip to main content

NLUIntentRequest

Stentor API Reference


Stentor API Reference / stentor-models/src / NLUIntentRequest

Type Alias: NLUIntentRequest

NLUIntentRequest = Pick\<IntentRequest, "type" | "intentId" | "slots" | "matchConfidence" | "knowledgeAnswer" | "knowledgeBaseResult" | "sentimentAnalysis" | "attributes">

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

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