Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt

Use this file to discover all available pages before exploring further.

Constructors


Constructors

constructor

new MatchedIntents(intents: IntentMatchInterface[]): MatchedIntents
Creates a new MatchedIntents instance.

Parameters

intents
IntentMatchInterface[]
required
The list of matched intents with scores.

Returns

MatchedIntents