toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.transport
/
MsgServerToClient
/
Data
Data
object
Data
Members
Types
Action
Response
Link copied to clipboard
@
Serializable
data
class
ActionResponse
(
val
result
:
Value
)
Bot
Ready
Link copied to clipboard
@
Serializable
data
class
BotReady
(
val
version
:
String
,
val
config
:
List
<
ServiceConfig
>
)
Describe
Actions
Response
Link copied to clipboard
@
Serializable
data
class
DescribeActionsResponse
(
val
actions
:
List
<
ActionDescription
>
)
Describe
Config
Response
Link copied to clipboard
@
Serializable
data
class
DescribeConfigResponse
(
val
config
:
List
<
ServiceConfigDescription
>
)
Error
Link copied to clipboard
@
Serializable
data
class
Error
(
val
error
:
String
)
Get
Or
Update
Config
Response
Link copied to clipboard
@
Serializable
data
class
GetOrUpdateConfigResponse
(
val
config
:
List
<
ServiceConfig
>
)