Skip to content

Commit 34f1149

Browse files
author
PureCloud Jenkins
committed
4.0.0
1 parent ca28733 commit 34f1149

406 files changed

Lines changed: 11225 additions & 2132 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/docs/CleanMessage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ title: CleanMessage
1414
| **id** | <!----><!---->**String**<!----> | | [optional] |
1515
| **channel** | <!----><!---->[**CleanMessagingChannel**](CleanMessagingChannel.html)<!----> | | [optional] |
1616
| **content** | <!----><!---->[**List&lt;CleanMessageContent&gt;**](CleanMessageContent.html)<!----> | | [optional] |
17+
| **events** | <!----><!---->[**List&lt;CleanMessageEvent&gt;**](CleanMessageEvent.html)<!----> | | [optional] |
1718
| **metadata** | <!----><!---->**Map&lt;String, String&gt;**<!----> | | [optional] |
19+
| **originatingEntity** | <!----><!---->[**OriginatingEntity**](OriginatingEntity.html)<!----> | | [optional] |
1820
{: class="table table-striped"}
1921

2022

build/docs/CleanMessageContent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ title: CleanMessageContent
1111
| **attachment** | <!----><!---->[**CleanContentAttachment**](CleanContentAttachment.html)<!----> | | [optional] |
1212
| **contentType** | <!----><!---->[**ContentType**](ContentType.html)<!----> | | |
1313
| **buttonResponse** | <!----><!---->[**ContentButtonResponse**](ContentButtonResponse.html)<!----> | | [optional] |
14+
| **generic** | <!----><!---->[**ContentGeneric**](ContentGeneric.html)<!----> | | [optional] |
1415
| **quickReply** | <!----><!---->[**ContentQuickReply**](ContentQuickReply.html)<!----> | | [optional] |
1516
{: class="table table-striped"}
1617

build/docs/CleanMessageEvent.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: CleanMessageEvent
3+
---
4+
## CleanMessageEvent
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **coBrowse** | <!----><!---->[**EventCoBrowse**](EventCoBrowse.html)<!----> | CoBrowse event. | [optional] |
12+
| **eventType** | <!----><!---->[**EventType**](EventType.html)<!----> | Type of this event element | |
13+
{: class="table table-striped"}
14+
15+
16+

build/docs/ContentButtonResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: ContentButtonResponse
1111
| **id** | <!----><!---->**String**<!----> | An ID assigned to the button response (Deprecated). | [optional] |
1212
| **payload** | <!----><!---->**String**<!----> | The response payload associated with the clicked button. | |
1313
| **text** | <!----><!---->**String**<!----> | The response text from the button click. | |
14-
| **type** | <!----><!---->[**ButtonResponseType**](ButtonResponseType.html)<!----> | Describes the button that resulted in the Button Response. | [optional] |
14+
| **type** | <!----><!---->[**ButtonResponseType**](ButtonResponseType.html)<!----> | Describes the button that resulted in the Button Response. | |
1515
{: class="table table-striped"}
1616

1717

build/docs/ContentStory.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: ContentStory
3+
---
4+
## ContentStory
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **replyToId** | <!----><!---->**String**<!----> | ID of the ephemeral story being replied to. | [optional] |
12+
| **type** | <!----><!---->[**StoryType**](StoryType.html)<!----> | Type of ephemeral story attachment. | |
13+
| **url** | <!----><!---->**String**<!----> | URL to the ephemeran story. | |
14+
{: class="table table-striped"}
15+
16+
17+

build/docs/ContentType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ title: ContentType
2929

3030
* `REACTIONS` (value: `"Reactions"`)
3131

32+
* `STORY` (value: `"Story"`)
33+
3234

3335

build/docs/EventCoBrowse.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: EventCoBrowse
3+
---
4+
## EventCoBrowse
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **sessionId** | <!----><!---->**String**<!----> | The CoBrowse session ID. | [optional] |
12+
| **sessionJoinToken** | <!----><!---->**String**<!----> | The CoBrowse session join token. | [optional] |
13+
| **type** | <!----><!---->[**EventCoBrowseType**](EventCoBrowseType.html)<!----> | Describes the type of CoBrowse event. | |
14+
{: class="table table-striped"}
15+
16+
17+

build/docs/EventCoBrowseType.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: EventCoBrowseType
3+
---
4+
## EventCoBrowseType
5+
6+
7+
# EventCoBrowseType
8+
9+
## Enum
10+
11+
12+
* `OFFERING` (value: `"Offering"`)
13+
14+
* `OFFERINGACCEPTED` (value: `"OfferingAccepted"`)
15+
16+
* `OFFERINGEXPIRED` (value: `"OfferingExpired"`)
17+
18+
* `OFFERINGREJECTED` (value: `"OfferingRejected"`)
19+
20+
21+

build/docs/EventType.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: EventType
3+
---
4+
## EventType
5+
6+
7+
# EventType
8+
9+
## Enum
10+
11+
12+
* `COBROWSE` (value: `"CoBrowse"`)
13+
14+
15+

build/docs/GenerateUploadUrlRequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ title: GenerateUploadUrlRequest
1515
| **fileType** | <!----><!---->**String**<!----> | | |
1616
| **fileSize** | <!----><!---->**Integer**<!----> | | |
1717
| **fileMd5** | <!----><!---->**String**<!----> | | |
18+
| **errorsAsJson** | <!----><!---->**Boolean**<!----> | | |
1819
{: class="table table-striped"}
1920

2021

0 commit comments

Comments
 (0)