Package com.chatmotorapi.api
Interface MotorResponseType
- All Known Implementing Classes:
MotorCategorizationRequest
,MotorCategorizationResponse
,MotorEntityRequest
,MotorEntityResponse
,MotorImageResponse
,MotorLargeResponse
,MotorResponse
,MotorSentimentRequest
,MotorSentimentResponse
public interface MotorResponseType
Marker interface for all response types in the ChatMotor framework.
Implementing this interface indicates that the class represents a response generated by the ChatMotor API, allowing for consistent handling of various response types such as text, image, or large content responses.