toggle menu
google-genai-kotlin
0.3.0-SNAPSHOT
common
switch theme
search in API
google-genai-kotlin
/
com.google.genai.kotlin.types
/
FunctionDeclaration
/
FunctionDeclaration
Function
Declaration
constructor
(
description
:
String
?
=
null
,
name
:
String
?
=
null
,
parameters
:
Schema
?
=
null
,
parametersJsonSchema
:
JsonElement
?
=
null
,
response
:
Schema
?
=
null
,
responseJsonSchema
:
JsonElement
?
=
null
,
behavior
:
Behavior
?
=
null
)