FFS_CHATBOT

Represents Chat Bot as a new entity in collaboration Group.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

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 1020 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 the chatbot. Values like ODA.
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.

Indexes

Index Uniqueness Tablespace Columns
FFS_CHATBOT_PK Unique DATA BOT_ID