| id |
varchar(100) |
|
false |
|
|
Primary Key |
| name |
varchar(50) |
|
true |
|
|
Name of the assistant |
| datecreated |
timestamp without time zone |
|
true |
|
|
Date when the assistant was created |
| datemodified |
timestamp without time zone |
|
true |
|
|
Date when the assistant was last modified |
| createdby |
varchar(100) |
|
true |
|
|
The user who created the assistant |
| modifiedby |
varchar(100) |
|
true |
|
|
The user who last modified the assistant |
| vendorname |
varchar(100) |
|
true |
|
|
Name of the vendor |
| vendornameknowledge |
varchar(50) |
|
true |
|
|
The name of vendor used for knowledge suggestions |
| knowledgebaseid |
varchar(100) |
|
true |
|
|
The globally unique identifier |
| languagecode |
varchar(50) |
|
true |
|
|
Language of the knowledge base |
| confidencethreshold |
numeric(4,2) |
|
true |
|
|
Minimum confidence value of accepting NLU intents |
| knowledgebaseselfuri |
varchar(200) |
|
true |
|
|
The URI for this object |
| state |
varchar(10) |
|
true |
|
|
State of the assistant |
| updated |
timestamp without time zone |
|
true |
|
|
|
| copilotenabled |
boolean |
|
true |
|
|
Whether copilot is enabled for this assistant |
| copilotliveonqueue |
boolean |
|
true |
|
|
Whether copilot is live on queue |
| copilotdefaultlanguage |
varchar(10) |
|
true |
|
|
Default language for copilot |
| copilotknowledgeanswerenabled |
boolean |
|
true |
|
|
Whether knowledge answer is enabled in copilot |
| copilotsummarygenerationenabled |
boolean |
|
true |
|
|
Whether summary generation is enabled in copilot |
| copilotsummarysettingid |
varchar(100) |
|
true |
|
|
ID of the summary setting used by copilot |
| copilotwrapupcodepredictionenabled |
boolean |
|
true |
|
|
Whether wrapup code prediction is enabled in copilot |
| copilotanswergenerationenabled |
boolean |
|
true |
|
|
Whether answer generation is enabled in copilot |
| copilotnluenginetype |
varchar(50) |
|
true |
|
|
Type of NLU engine used by copilot |
| copilotnludomainid |
varchar(100) |
|
true |
|
|
ID of the NLU domain used by copilot |
| copilotnluintentconfidencethreshold |
numeric(4,2) |
|
true |
|
|
Intent confidence threshold for NLU in copilot |
| copilotselfuri |
varchar(200) |
|
true |
|
|
The URI for the copilot configuration object |