PPM_CHAT_INTENT_ITEMS
This table stores the training sentences for intents.
Foreign Keys
| Primary Key Table | Primary Key Column | Foreign Key Column |
|---|---|---|
| PPM_CHAT_INTENTS_NLS | CHAT_INTENT_ID | CHAT_INTENT_ID |
This table does not have any foreign keys.
Column Descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| CONTENT | NOT NULL | VARCHAR2(1000 CHAR) | Training sentences |
| SEQ | NOT NULL | NUMBER | Sequence |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
PPM_CHAT_INTENT_ITEMS_N1 |
UNIQUE |
1 |
CHAT_INTENT_ID |
Sequences
This table uses no sequences.

