Interface OpenAIChatResponse.Message
-
- Enclosing interface:
- OpenAIChatResponse
public static interface OpenAIChatResponse.MessageRepresents a message in the chat completion response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContent()Gets the content of the message.StringgetRole()Gets the role of the message.
-