Documentation - v1.2.0-alpha.3
    Preparing search index...

    Score plus any extra information about an intent.

    interface IntentScore {
        score?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Additional properties related to the intent.

    Index

    Properties

    Properties

    score?: number

    Optional. The confidence score of the intent, ranging from 0.0 to 1.0.