vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dsl.model
/
AbstractModelProperties
Abstract
Model
Properties
interface
AbstractModelProperties
(
source
)
Members
Properties
application
Link copied to clipboard
open
val
application
:
AbstractApplicationImpl
assistant
Id
Link copied to clipboard
abstract
val
assistantId
:
AssistantId
function
Dtos
Link copied to clipboard
abstract
val
functionDtos
:
MutableList
<
FunctionDto
>
messages
Link copied to clipboard
abstract
val
messages
:
MutableList
<
RoleMessageDto
>
model
Union
Link copied to clipboard
abstract
val
modelUnion
:
ModelUnion
tool
Dtos
Link copied to clipboard
abstract
val
toolDtos
:
MutableList
<
ToolDto
>
Functions
message
Link copied to clipboard
abstract
fun
message
(
role
:
MessageRoleType
,
content
:
String
)