activities
latest
false
- 概述
- UiPath 生成式 AI 活动
- Act! 365
- ActiveCampaign
- Adobe Acrobat Sign
- Adobe PDF 服务
- Amazon Bedrock
- Amazon Connect
- Amazon Polly
- 亚马逊 SES
- Amazon Transcribe
- Anthropic Claude
- Asana
- AWeber
- Azure AI 文档智能
- Azure Maps
- BambooHR
- Box
- Brevo
- Calendly
- Campaign Monitor
- Cisco Webex Teams
- Citrix ShareFile
- 清除位
- Confluence Cloud
- Constant Contact
- Coupa
- Customer.io
- Datadog
- Deputy
- Discord - 预览
- DocuSign
- 水滴
- Dropbox
- Dropbox Business
- Egnyte
- Eventbrite
- 汇率
- Expensify
- Facebook
- Freshbooks
- Freshdesk
- Freshsales - Preview
- Freshservice
- 获取响应
- GitHub
- Google Maps
- Google 语音转文本
- Google 文本转语音
- Google Vertex
- Google Vision - 预览
- GoToWebinar
- Greenhouse
- Hootsuite
- HTTP Webhook
- HubSpot CRM
- HubSpot Marketing
- iContact
- Insightly CRM
- Intercom
- Jira
- Keap
- Klaviyo
- LinkedIn
- Mailchimp
- Mailjet
- MailerLite
- Mailgun
- Marketo
- Microsoft Azure OpenAI
- Microsoft Dynamics CRM
- Microsoft Sentiment
- Microsoft Teams
- Microsoft Translator
- Microsoft Vision
- Miro
- 奥克塔
- OpenAI
- Oracle Eloqua
- Oracle NetSuite
- PagerDuty
- Paypal
- PDFMonkey
- Pinecone
- Pipedrive
- QuickBooks Online
- Quip
- Salesforce
- Salesforce Marketing Cloud
- SAP BAPI - 预览
- SAP Cloud for Customer
- SAP Concur
- SendGrid
- ServiceNow
- Shopify
- Slack
- SmartRecruiters
- Smartsheet
- Snowflake
- Stripe
- Sugar Enterprise
- Sugar Professional
- Sugar Sell
- Sugar Serve
- 探戈卡
- Todoist
- Trello
- Twilio
- IBM WatsonX
- WhatsApp Business
- WOO COMMERCE
- 可行
- Workday
- Workday REST - 预览
- X(以前称为 Twitter)
- Xero
- Youtube
- Zendesk
- Zoho Campaigns
- Zoho Desk
- Zoho Mail
- 缩放
- Zoom 信息
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Integration Service 中提供的连接器包采用的是机器翻译的译文。
Integration Service 活动
Last updated 2024年11月5日
情感分析
-
连接 ID - 在 Integration Service 中建立的连接。 访问下拉菜单以选择、添加或管理连接。
- “文本” - 要分析情感的文本。 此字段支持
String
型输入。
管理属性
使用“管理属性”向导配置或使用对象的任何标准或自定义字段。 您可以选择字段以将其添加到活动画布中。 添加的标准或自定义字段可在“属性”面板(在 Studio Desktop 中)或在“显示其他属性”下(在 Studio Web 中)下找到。
其他属性
输出
- 总体情感- 包含情感分数和标签:
- 非常负面:-99 至 -67
- 负数:-66 到 -34
- 略为负:-33 到 -1
- 中性:0
- 轻微正数:1 到 33
- 正数:34 到 66
- 非常积极:从 67 提升到 99
- 情感细目分类- 正面、负面、中性和全部评论的数量。
- “置信度” - 分析的整体置信度。
- “关键短语” - 在情感分析中识别的关键短语字符串。
- 分析- 情感分析的详细说明。
- 语气- 在文本中检测到的细微语气及其影响。
- 情感分析- 自动生成的输出变量。
输出 JSON 格式:
{
"overallSentiment": {
"score": 0,
"label": ""
},
"sentimentBreakdown": {
"positiveStatements": 0,
"negativeStatements": 0,
"neutralStatements": 0,
"totalStatements": 0
},
"confidenceLevel": 0,
"keyPhrases": [
{
"phrase": "",
"sentiment": "",
"confidence": 0
}
],
"analysis": "",
"undertones": [
{
"description": "",
"impact": ""
}
]
}
{
"overallSentiment": {
"score": 0,
"label": ""
},
"sentimentBreakdown": {
"positiveStatements": 0,
"negativeStatements": 0,
"neutralStatements": 0,
"totalStatements": 0
},
"confidenceLevel": 0,
"keyPhrases": [
{
"phrase": "",
"sentiment": "",
"confidence": 0
}
],
"analysis": "",
"undertones": [
{
"description": "",
"impact": ""
}
]
}