HootAndCompute
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
HootAndCompute
Volt
/
dev.kingssack.volt.ai
/
ActionDescriptor
Action
Descriptor
data
class
ActionDescriptor
(
val
id
:
String
,
val
name
:
String
,
val
description
:
String
,
val
parameters
:
List
<
ActionParameter
>
,
val
returns
:
String
=
"Action"
)
Members
Constructors
Action
Descriptor
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
description
:
String
,
parameters
:
List
<
ActionParameter
>
,
returns
:
String
=
"Action"
)
Properties
description
Link copied to clipboard
val
description
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
parameters
Link copied to clipboard
val
parameters
:
List
<
ActionParameter
>
returns
Link copied to clipboard
val
returns
:
String