http4k-connect-ai-azure
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-connect-ai-azure
http4k-connect-ai-azure
/
org.http4k.connect.azure.action
/
FunctionSpec
Function
Spec
@
JsonSerializable
data
class
FunctionSpec
(
val
name
:
String
,
val
parameters
:
Any
?
=
null
,
val
description
:
String
?
=
null
)
(
source
)
Members
Constructors
Function
Spec
Link copied to clipboard
constructor
(
name
:
String
,
parameters
:
Any
?
=
null
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String
parameters
Link copied to clipboard
val
parameters
:
Any
?
type
Link copied to clipboard
val
type
:
String