メインコンテンツへスキップ
| Help Center
ナビゲーションメニュを切り替え
お問い合わせ
サインイン
Dialpad
Contact Center・グループ
ユーザーアプリ利用手順
ユーザーアプリ利用手順
代表番号、グループ番号、コールセンターに割り振られたユーザーのアプリ利用手順をご説明します。
通話モニタリング機能
複数コンタクトセンターライブダッシュボード
代表番号・グループ|オペレーターとして応答する
グループ管理者の手順
コンタクトセンター|エージェントとして応答する
コンタクトセンターの着信とプライバシーモード
通話タイプを使う
コンタクトセンター管理者・スーパーバイザーの手順
複数コンタクトセンターの同時モニタリング
コンタクトセンターでデスクフォンを使う
カテゴリ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
ナビゲーションメニュを切り替え
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
カテゴリ
カテゴリ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
もっと見る
<% } %>
<% } %>