@cpod/sdk - v0.2.7
Preparing search index...
ManagedChat
Interface ManagedChat
Chat object for management (CRUD operations)
interface
ManagedChat
{
id
:
string
;
title
?:
string
;
created_at
:
string
;
updated_at
:
string
;
user_id
?:
string
;
expert_ids
?:
string
[]
;
metadata
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
title?
created_
at
updated_
at
user_
id?
expert_
ids?
metadata?
Properties
id
id
:
string
Optional
title
title
?:
string
created_
at
created_at
:
string
updated_
at
updated_at
:
string
Optional
user_
id
user_id
?:
string
Optional
expert_
ids
expert_ids
?:
string
[]
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
title
created_
at
updated_
at
user_
id
expert_
ids
metadata
@cpod/sdk - v0.2.7
Loading...
Chat object for management (CRUD operations)