Uses of Class
com.microsoft.semantickernel.services.chatcompletion.message.ChatMessageContentType
-
Packages that use ChatMessageContentType Package Description com.microsoft.semantickernel.services.chatcompletion com.microsoft.semantickernel.services.chatcompletion.message -
-
Uses of ChatMessageContentType in com.microsoft.semantickernel.services.chatcompletion
Methods in com.microsoft.semantickernel.services.chatcompletion that return ChatMessageContentType Modifier and Type Method Description ChatMessageContentTypeChatMessageContent. getContentType()Gets the content typeConstructors in com.microsoft.semantickernel.services.chatcompletion with parameters of type ChatMessageContentType Constructor Description ChatMessageContent(AuthorRole authorRole, String content, String modelId, T innerContent, Charset encoding, FunctionResultMetadata metadata, ChatMessageContentType contentType)Creates a new instance of theChatMessageContentclass.ChatMessageContent(AuthorRole authorRole, List<KernelContent<T>> items, String modelId, T innerContent, Charset encoding, FunctionResultMetadata metadata, ChatMessageContentType contentType)Creates a new instance of theChatMessageContentclass. -
Uses of ChatMessageContentType in com.microsoft.semantickernel.services.chatcompletion.message
Methods in com.microsoft.semantickernel.services.chatcompletion.message that return ChatMessageContentType Modifier and Type Method Description static ChatMessageContentTypeChatMessageContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChatMessageContentType[]ChatMessageContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-