Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing changes #335

Merged
merged 1 commit into from
Jan 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api-reference/getting-conversation-intelligence.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To get Conversation Intelligence,

  [Step 2: Get Conversation Intelligence with Conversation API.](#2-get-conversation-intelligence-with-conversation-api)

### 1. Process conversation with Real-time OR Async API
### Step 1: Process conversation with Real-time OR Async API
---
You can process your text, audio or video conversation with Symbl using:
- [Real-time APIs](#real-time-apis) for connecting Symbl on live audio and video conversations<br/>
Expand Down Expand Up @@ -54,7 +54,7 @@ The Async API provides a REST interface that helps you submit any recorded or sa
- [Audio API](/docs/async-api/overview/audio/post-audio) for processing recorded conversations via VoIP, voice mails, and audio calls.
- [Video API](/docs/async-api/overview/video/post-video) for processing recorded conversations via video calls.

### 2. Get Conversation Intelligence with Conversation API
### Step 2: Get Conversation Intelligence with Conversation API
---

In this step, you will use the **Conversation API** to fetch Transcripts, Topics, Action Items and all the supported insights.
Expand Down