androidx.appfunctions.metadata
Classes
AppFunctionAllOfTypeMetadata | Defines the schema of a single object data type that is a composition of all of the other types in the |
AppFunctionAppMetadata | Metadata describing how an app exposes its functions for use by an AI agent or large language model (LLM). |
AppFunctionArrayTypeMetadata | Defines the schema of an array data type. |
AppFunctionBooleanTypeMetadata | Defines the schema of a boolean data type. |
AppFunctionBytesTypeMetadata | Defines the schema of a byte array data type. |
AppFunctionComponentsMetadata | Represent the reusable components in a function specification. |
AppFunctionDataTypeMetadata | Base class for defining the schema of an input or output type. |
AppFunctionDoubleTypeMetadata | Defines the schema of a double data type. |
AppFunctionFloatTypeMetadata | Defines the schema of a float data type. |
AppFunctionIntTypeMetadata | Defines the schema of a int data type. |
AppFunctionLongTypeMetadata | Defines the schema of a long data type. |
AppFunctionMetadata | Represents an AppFunction's metadata. |
AppFunctionObjectTypeMetadata | Defines the schema of a object type. |
AppFunctionPackageMetadata | Represents metadata about a package providing app functions. |
AppFunctionParameterMetadata | Represent a function parameter. |
AppFunctionPendingIntentTypeMetadata | Defines the schema of a PendingIntent data type. |
AppFunctionReferenceTypeMetadata | Represents a type that reference a data type that is defined in |
AppFunctionResponseMetadata | Represents an AppFunction's response metadata. |
AppFunctionSchemaMetadata | Represents a predefined AppFunction schema. |
AppFunctionStringTypeMetadata | Defines the schema of a string data type. |
AppFunctionUnitTypeMetadata | Defines the schema of a unit data type. |