PPM_CHAT_ACTION_CONTENTS
This table stores the simple responses of the Chatbot action.
Foreign Keys
| Primary Key Table | Primary Key Column | Foreign Key Column |
|---|---|---|
| PPM_CHAT_ACTIONS | CHAT_ACTION_ID | CHAT_ACTION_ID |
Column Descriptions
| Column Name | Null? | Data Type | Description |
|---|---|---|---|
| CONTENT | NOT NULL | VARCHAR2(1000 CHAR) | Chatbot action response sentence |
| SEQ | NOT NULL | NUMBER | Sequence |
Indexes
|
Index Name |
Index Type |
Sequence |
Column Name |
|---|---|---|---|
|
PPM_CHAT_ACTION_CONTENTS_N1 |
NONUNIQUE |
1 |
CHAT_ACTION_ID |
Sequences
This table uses no sequences.

