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

DC-269 #316

Merged
merged 2 commits into from
Dec 16, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion api-reference/experience-api/post-video-summary-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ request.post({
Field | Required | Type | Description
---------- | ------- | ------- | -------
```name``` | Mandatory | String | For Summary UI use `verbose-text-summary` and for Video Summary UI use `video-summary`.
```videoUrl```| Optional | String | URL of the video file for which you want to generate the `video-summary`.
```videoUrl```| Mandatory | String | URL of the video file for which you want to generate the `video-summary`.
```logo```| Optional | String | This field accepts public URL for setting custom logo in Video Summary UI(`video-summary`).
```favicon```| Optional | String | This field accepts public URL for setting custom favicon in Video Summary UI (`video-summary`).
```color```| Optional | Object | This option can be used to customise the colors of UI background, topics filter and insights filter elements in UI.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Given below is another sample request containing more than one `criteria`. You c

| Parameter | Data Type | Description | Required | Values Accepted |
|--------|----------|---- | --- | ------|
`id` | String | `id` is the unique identifier of the Conversation Group you are tying to update. | Mandatory |
`name` | String | Name of the group. | Mandatory | String with no special characters allowed, except `-`, `_`, and `”`. The maximum length of string allowed 128 characters.
`description` | String | Description to capture any additional details of the group and its purpose. | Optional | The maximum length of string allowed 512 characters.
`criteria` | String / RSQL format | Criteria in RSQL format that should be applied to group conversations under this group. | Mandatory | Valid RSQL string. For more information on how to write RSQL queries, click [here](https://github.com/jirutka/rsql-parser).
Expand Down
2 changes: 1 addition & 1 deletion pre-built-ui/text-summary-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ The Text Summary UI displays the following details:

### Tutorials
- [Creating Text Summary UI](/docs/tutorials/pre-built-summary-ui/creating-text-summary-ui)
- [Tuning your Summary Page](/docs/tutorials/pre-built-ui/tuning-summary-page)
- [Tuning your Summary Page](/docs/pre-built-ui/tuning-summary-page)
- [White label your Summary Page](/docs/tutorials/pre-built-summary-ui/whitelabeling-summary-ui)
- [Add custom domain to your Summary Page](/docs/tutorials/pre-built-summary-ui/custom-domain)
2 changes: 1 addition & 1 deletion pre-built-ui/video-summary-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ The videoUrl only takes precedence when there is no Video present in the UI.

### Tutorials
- [Creating Video Summary UI](/docs/tutorials/pre-built-summary-ui/creating-video-summary-ui)
- [Tuning your Summary Page](/docs/tutorials/pre-built-ui/tuning-summary-page)
- [Tuning your Summary Page](docs/pre-built-ui/tuning-summary-page)
- [White label your Summary Page](/docs/tutorials/pre-built-summary-ui/whitelabeling-summary-ui)
- [Add custom domain to your Summary Page](/docs/tutorials/pre-built-summary-ui/custom-domain)
6 changes: 3 additions & 3 deletions tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Find detailed tutorials on how to implement Conversation Intelligence on your co
* [Start and Stop Streaming API Connection](/docs/streamingapi/code-snippets/start-and-stop-connection)
* [Receive Live Captioning](/docs/streamingapi/code-snippets/receive-live-captioning)

<button class="button button1"><a href="/docs/streamingapi/introduction">View all Tutorials</a></button><br/></div>
<button class="button button1"><a href="/docs/streamingapi/code-snippets/start-and-stop-connection">View all Tutorials</a></button><br/></div>
</div>
<div class="column">
<div class="card3"><a href="//docs/async-api/introduction"><h4>Async APIs</h4></a>
Expand All @@ -31,7 +31,7 @@ Find detailed tutorials on how to implement Conversation Intelligence on your co
* [Generate a Pre-built UI From Video Recordings](/docs/async-api/code-snippets/generate-pre-built-ui-from-video-recordings)


<button class="button button2"><a href="/docs/async-api/introduction">View all Tutorials</a></button>
<button class="button button2"><a href="/docs/async-api/code-snippets/how-to-use-sentiment-analysis">View all Tutorials</a></button>
</div>
</div>
<div class="column">
Expand All @@ -45,7 +45,7 @@ Find detailed tutorials on how to implement Conversation Intelligence on your co
* [Receive Speech to Text for a different language in a conversation](/docs/telephony/code-snippets/receive-speech-to-text-for-a-different-language)


<button class="button button2"><a href="/docs/telephony/introduction">View all Tutorials</a></button>
<button class="button button2"><a href="/docs/telephony/tutorials/connect-to-zoom">View all Tutorials</a></button>
</div>
</div>

Expand Down