FunctionResponse

@Serializable
data class FunctionResponse(val functionResponse: FunctionResponseContent) : Part

Constructors

Link copied to clipboard
constructor(functionResponse: FunctionResponseContent)

Properties