botbuilder-js/doc/botbuilder-ai/interfaces/botbuilder_ai.intentdata.md

540 B

Bot Builder SDK - AI

Globals / botbuilder-ai / IntentData

Interface: IntentData

Strongly typed information corresponding to a LUIS intent.

Hierarchy

  • IntentData

Indexable

▪ [propName: string]: any

Any extra properties.

Index

Properties

Properties

score

score: number

Defined in libraries/botbuilder-ai/lib/intentData.d.ts:15

Confidence in intent classification on a scale from 0.0 - 1.0.