toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.types
/
SendTextOptions
Send
Text
Options
@
Serializable
data
class
SendTextOptions
(
val
runImmediately
:
Boolean
?
=
null
,
val
audioResponse
:
Boolean
?
=
null
)
Members
Constructors
Send
Text
Options
Link copied to clipboard
constructor
(
runImmediately
:
Boolean
?
=
null
,
audioResponse
:
Boolean
?
=
null
)
Properties
audio
Response
Link copied to clipboard
@
SerialName
(
value
=
"audio_response"
)
val
audioResponse
:
Boolean
?
=
null
run
Immediately
Link copied to clipboard
@
SerialName
(
value
=
"run_immediately"
)
val
runImmediately
:
Boolean
?
=
null