marketplace
latest
false
Marketplace 用户指南
- 概述
- 入门指南
- UiPath 市场供应商
- UiPath Marketplace 客户
- 发布准则
- 即用型自动化发布准则
- 解决方案加速器发布准则
- Integration Service 连接器的发布准则
- Process Mining 应用程序模板发布准则
- 安全性与 IP 保护
- 其他 UiPath 列表
- 连接器
- 如何创建活动
- 构建集成
重要 :
请注意,此内容已使用机器翻译进行了本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
分析客户服务和支持对话,例如呼叫中心代理与客户之间的对话副本。 可以识别的音调有 7 种:
难过、沮丧、满意、兴奋、有礼、无礼、富有同理心
重要提示:
每个分析的对话最多只能包含 50 句话。
每个话语最多可包含 500 个字符。
属性
常见
- “显示名称”- 活动的显示名称。
凭据
- APIKey - The API key generated for your Tone Analyzer instance on IBM Cloud.
- URL - The URL generated for your Tone Analyzer instance on IBM Cloud.
输入
-
ConversationJSON - The conversation to analyze as a stringified JSON object having the following format:
{ "utterances": [ { "text": "Hi, I can't get your software to work.", "user": "customer" }, { "text": "OK, what seems to be the problem?", "user": "agent" }, ... ] }{ "utterances": [ { "text": "Hi, I can't get your software to work.", "user": "customer" }, { "text": "OK, what seems to be the problem?", "user": "agent" }, ... ] } -
ConversationTable - The conversation to analyze as a DataTable with columns Speaker & Utterance. The Speaker column may contain only Agent & Customer. For example:
扬声器 话语 客户 “您好,我无法让您的软件运行。” 代理 “好的,似乎是什么问题 ... ... 重要提示:Note that ConversationJSON and ConversationTable represent the same input but in different formats. The two are mutually exclusive.
其他
- InLanguage - The language of the inputted text.
- OutLanguage - The language in which the outputted tones are written.
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
输出
- Utterance Tones - An
Array<SentenceTone>variable holding analyses of each individual utterance in the submitted conversation.SentenceTonevariables contain:- SentenceNumber - The index (starting at 0) at which the described utterance appears in the conversation.
- Text - The isolated text of the utterance.
- ToneName - The name of the tone found in this utterance.
- Confidence - A value between 0 and 1 indicating the Tone Analyzer's confidence that the tone selected accurately describes the utterance.