vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.assistant
/
MessagePlanDto
Message
Plan
Dto
@
Serializable
data
class
MessagePlanDto
(
var
idleMessageMaxSpokenCount
:
Double
=
-1.0
,
var
idleTimeoutSeconds
:
Double
=
-1.0
,
val
idleMessages
:
MutableList
<
String
>
=
mutableListOf()
)
(
source
)
Members
Constructors
Message
Plan
Dto
Link copied to clipboard
constructor
(
idleMessageMaxSpokenCount
:
Double
=
-1.0
,
idleTimeoutSeconds
:
Double
=
-1.0
,
idleMessages
:
MutableList
<
String
>
=
mutableListOf()
)
Properties
idle
Message
Max
Spoken
Count
Link copied to clipboard
var
idleMessageMaxSpokenCount
:
Double
idle
Messages
Link copied to clipboard
val
idleMessages
:
MutableList
<
String
>
idle
Timeout
Seconds
Link copied to clipboard
var
idleTimeoutSeconds
:
Double