FFS_CHATBOT
Represents Chat Bot as a new entity in collaboration Group.
Details
-
Schema: FUSION
-
Object owner: FFS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
FFS_CHATBOT_PK |
BOT_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| BOT_ID | NUMBER | 8 | Yes | Unique identifier for chatbot data. | |
| OUTGOING_WEBHOOK | VARCHAR2 | 1020 | The webhook url to be configured in ODA. | ||
| WEBHOOK_SECRET | VARCHAR2 | 1024 | Webhook secret key received from ODA. | ||
| WEBHOOK_URL | VARCHAR2 | 1020 | URL of the ODA channel, when the BOT_TYPE is ODA. | ||
| BOT_TYPE | VARCHAR2 | 1020 | Type of chatbot. Allowed values: 'ODA'(for ODA integration), 'FAI'(for FUSION AI integration). | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| AGENT_TEAM_CODE | VARCHAR2 | 200 | The string code from the AI Agent Studio, agent team code aka workflow code. | ||
| AGENT_TEAM_VERSION | NUMBER | 10 | The version number of the agent team in AI Agent Studio. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FFS_CHATBOT_PK | Unique | Default | BOT_ID |