public.assistantdetails

public.assistantdetails

Description

Manage virtual agent assistants

Columns

Name Type Default Nullable Children Parents Comment
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

Constraints

Name Type Definition
assistantdetails_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
assistantdetails_pkey CREATE UNIQUE INDEX assistantdetails_pkey ON public.assistantdetails USING btree (id)

    • Related Articles

    • public.vw_assistant_details

      Description View of assistant details with normalized user names and copilot configuration Table Definition CREATE VIEW vw_assistant_details AS ( SELECT ast.id, ast.name, ast.datecreated, ast.datemodified, ct.username AS createdby, md.username AS ...
    • README

      Logo Genesys Adapter Data Dictionary Tables Name Columns Comment Type public.tabledefinitions 5 Subscription Detailed Data BASE TABLE public.activeqmembersdata 9 Historical Active Membership of Queues BASE TABLE public.activitycodedetails 11 Activity ...
    • public.participantattributesdynamic

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false conversationid varchar(50) false conversationstartdate timestamp without time zone false conversationstartdateltc timestamp without time zone true ...
    • public.evalquestiondata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(50) false evaluationid varchar(50) false evaluationformid varchar(50) false questiongroupid varchar(50) true questionid varchar(50) true answerid varchar(50) true ...
    • public.evaldata

      Description Columns Name Type Default Nullable Children Parents Comment keyid varchar(100) false conversationid varchar(50) false evaluationid varchar(50) false calibrationid varchar(50) true evaluationformid varchar(50) true evaluatorid varchar(50) ...