| id |
varchar(100) |
|
true |
|
|
Assistant unique identifier |
| name |
varchar(50) |
|
true |
|
|
Assistant name |
| 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(200) |
|
true |
|
|
Username of the user who created the assistant |
| modifiedby |
varchar(200) |
|
true |
|
|
Username of the user who last modified the assistant |
| vendorname |
varchar(100) |
|
true |
|
|
Name of the transcription vendor |
| vendornameknowledge |
varchar(50) |
|
true |
|
|
Name of the knowledge suggestion vendor |
| knowledgebaseid |
varchar(100) |
|
true |
|
|
ID of the knowledge base used by the assistant |
| languagecode |
varchar(50) |
|
true |
|
|
Language code for the knowledge base |
| confidencethreshold |
numeric(4,2) |
|
true |
|
|
Minimum confidence threshold for NLU intents |
| knowledgebaseselfuri |
varchar(200) |
|
true |
|
|
URI for the knowledge base object |
| state |
varchar(10) |
|
true |
|
|
Current state of the assistant |
| updated |
timestamp without time zone |
|
true |
|
|
Timestamp when the record was last updated |
| 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 |