@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
9 lines (8 loc) • 914 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="newMessage.sendButton",s="newMessage.optionsButton",t="newMessage.messageInput",a="avatar.alt",n="messageList.ariaLabel",o="aIPrompt.noOutputs",g={[e]:"Send",[s]:"Options",[t]:"Message",[a]:"Avatar",[n]:"Message list",[o]:"No output from AI available"};exports.aIPromptNoOutputs=o;exports.ariaLabelMessageList=n;exports.avatarAlt=a;exports.messages=g;exports.newMessageMessageInput=t;exports.newMessageOptionsButton=s;exports.newMessageSendButton=e;