UNPKG

@progress/kendo-react-conversational-ui

Version:

React Chat component allows the user to participate in chat sessions with users or chat bots. KendoReact Conversational UI components

25 lines (24 loc) 876 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ const s = "newMessage.sendButton", e = "newMessage.optionsButton", t = "newMessage.messageInput", a = "avatar.alt", n = "messageList.ariaLabel", o = "aIPrompt.noOutputs", g = { [s]: "Send", [e]: "Options", [t]: "Message", [a]: "Avatar", [n]: "Message list", [o]: "No output from AI available" }; export { o as aIPromptNoOutputs, n as ariaLabelMessageList, a as avatarAlt, g as messages, t as newMessageMessageInput, e as newMessageOptionsButton, s as newMessageSendButton };