Uses of Class
com.microsoft.semantickernel.chatcompletion.ChatHistory.AuthorRoles
-
Packages that use ChatHistory.AuthorRoles Package Description com.microsoft.semantickernel.chatcompletion -
-
Uses of ChatHistory.AuthorRoles in com.microsoft.semantickernel.chatcompletion
Methods in com.microsoft.semantickernel.chatcompletion that return ChatHistory.AuthorRoles Modifier and Type Method Description ChatHistory.AuthorRolesChatHistory.Message. getAuthorRoles()Get the role of the message authorstatic ChatHistory.AuthorRolesChatHistory.AuthorRoles. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatHistory.AuthorRoles[]ChatHistory.AuthorRoles. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.semantickernel.chatcompletion with parameters of type ChatHistory.AuthorRoles Modifier and Type Method Description voidChatHistory. addMessage(ChatHistory.AuthorRoles authorRole, String content)Add a message to the chat historyConstructors in com.microsoft.semantickernel.chatcompletion with parameters of type ChatHistory.AuthorRoles Constructor Description Message(ChatHistory.AuthorRoles authorRoles, String content)Create a new instance
-