| Name | Type | Default | Nullable | Children | Parents | Comment |
|---|---|---|---|---|---|---|
| contact_id | varchar(255) | false | ||||
| transcript_summary | varchar | true | ||||
| overall_sentiment_agent | double precision | true | ||||
| overall_sentiment_customer | double precision | true | ||||
| language_code | varchar(255) | true | ||||
| input_s3_uri | varchar(255) | true | ||||
| db_last_updated | timestamp without time zone | true |
| Name | Type | Definition |
|---|---|---|
| pk_contact_lens_summary | PRIMARY KEY | PRIMARY KEY (contact_id) |
| Name | Definition |
|---|---|
| pk_contact_lens_summary | CREATE UNIQUE INDEX pk_contact_lens_summary ON contactcentredb.contact_lens_summary USING btree (contact_id) |
Generated by tbls