vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.tools
/
ToolMessageStartDto
Tool
Message
Start
Dto
@
Serializable
class
ToolMessageStartDto
(
var
content
:
String
=
""
,
val
conditions
:
MutableSet
<
ToolMessageCondition
>
=
mutableSetOf()
)
:
AbstractToolMessageDto
,
ToolMessageStartProperties
,
CommonToolMessageDto
(
source
)
Members
Constructors
Tool
Message
Start
Dto
Link copied to clipboard
constructor
(
content
:
String
=
""
,
conditions
:
MutableSet
<
ToolMessageCondition
>
=
mutableSetOf()
)
Properties
conditions
Link copied to clipboard
open
override
val
conditions
:
MutableSet
<
ToolMessageCondition
>
content
Link copied to clipboard
open
override
var
content
:
String
This is the content that the assistant says when this message is triggered.
type
Link copied to clipboard
@
EncodeDefault
val
type
:
ToolMessageType
Functions
verify
Values
Link copied to clipboard
fun
verifyValues
(
)