vapi4k
Toggle table of contents
1.2.4
jvm
Platform filter
jvm
Switch theme
Search in API
vapi4k
vapi4k-core
/
com.vapi4k.dtos.api
/
OutboundCallRequestDto
Outbound
Call
Request
Dto
@
Serializable
data
class
OutboundCallRequestDto
(
var
phoneNumberId
:
String
=
""
,
val
customerDto
:
CustomerDto
=
CustomerDto()
,
var
error
:
String
=
""
)
:
OutboundCallProperties
(
source
)
Members
Constructors
Outbound
Call
Request
Dto
Link copied to clipboard
constructor
(
phoneNumberId
:
String
=
""
,
customerDto
:
CustomerDto
=
CustomerDto()
,
error
:
String
=
""
)
Properties
customer
Dto
Link copied to clipboard
@
SerialName
(
value
=
"customer"
)
val
customerDto
:
CustomerDto
error
Link copied to clipboard
var
error
:
String
phone
Number
Id
Link copied to clipboard
open
override
var
phoneNumberId
:
String