queryById

abstract suspend fun queryById(id: Long): AiGenerationResult(source)

Executes the queryById step in the SDAI domain layer.

Return

Result produced by queryById.

Author

Dmitriy Moroz

Parameters

id

identifier of the target entity.