@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
27 lines (26 loc) • 939 B
JavaScript
/**
* @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 = "aIPrompt.cancel", p = {
[]: "Send",
[]: "Options",
[]: "Message",
[]: "Avatar",
[]: "Message list",
[]: "Cancel",
[]: "No output from AI available"
};
export {
g as aIPromptCancel,
o as aIPromptNoOutputs,
n as ariaLabelMessageList,
a as avatarAlt,
p as messages,
t as newMessageMessageInput,
e as newMessageOptionsButton,
s as newMessageSendButton
};