See: Description
| Interface | Description |
|---|---|
| NLUService |
A simple interface for components that provide intent classification and slot
recognition, either on-device or via a network request.
|
| Class | Description |
|---|---|
| NLUContext |
Context for NLU operations, including request metadata and a facility for
dispatch of trace events.
|
| NLUManager |
Manager for natural language understanding (NLU) components in Spokestack.
|
| NLUManager.Builder |
Fluent builder interface for initializing an NLU manager.
|
| NLUResult |
A simple data class that encapsulates the result of an utterance
classification.
|
| NLUResult.Builder |
NLU result builder API.
|
| Slot |
A slot extracted during intent classification.
|
Copyright © 2021. All rights reserved.