NluImprovementSpecification
Configures the Assisted Natural Language Understanding (NLU) feature for your bot. This specification determines whether enhanced intent recognition and utterance understanding capabilities are active.
Types
Properties
Link copied to clipboard
Specifies the mode for Assisted NLU operation. Use Primary to make Assisted NLU the primary intent recognition method, or Fallback to use it only when standard NLU confidence is low.
Link copied to clipboard
An object containing specifications for the Intent Disambiguation feature within the Assisted NLU settings. These settings determine how the bot handles ambiguous user inputs that could match multiple intents.
Functions
Link copied to clipboard
inline fun copy(block: NluImprovementSpecification.Builder.() -> Unit = {}): NluImprovementSpecification