FunctionSchema

sealed class FunctionSchema

Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.

Inheritors

Types

Link copied to clipboard

A list of functions that each define an action in the action group.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this FunctionSchema as a Functions and retrieves its kotlin.collections.List value. Throws an exception if the FunctionSchema is not a Functions.

Link copied to clipboard

Casts this FunctionSchema as a Functions and retrieves its kotlin.collections.List value. Returns null if the FunctionSchema is not a Functions.