listInputItems abstract method
List input items for a response
Returns the input items that were used to generate a specific response. Useful for debugging and understanding response context.
Implementation
Future<ResponseInputItemsList> listInputItems(
String responseId, {
String? after,
String? before,
List<String>? include,
int limit = 20,
String order = 'desc',
});