toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.types
/
ActionDescription
Action
Description
@
Serializable
data
class
ActionDescription
(
val
service
:
String
,
val
action
:
String
,
val
arguments
:
List
<
OptionDescription
>
,
val
result
:
Type
)
Members
Constructors
Action
Description
Link copied to clipboard
constructor
(
service
:
String
,
action
:
String
,
arguments
:
List
<
OptionDescription
>
,
result
:
Type
)
Properties
action
Link copied to clipboard
val
action
:
String
arguments
Link copied to clipboard
val
arguments
:
List
<
OptionDescription
>
result
Link copied to clipboard
val
result
:
Type
service
Link copied to clipboard
val
service
:
String