Skip to content

Commit 113800f

Browse files
author
PureCloud Jenkins
committed
7.1.0
1 parent 0bc344c commit 113800f

446 files changed

Lines changed: 10264 additions & 2181 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/APIData.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"webmessaging": {
3+
"GET /api/v2/webmessaging/messages": {
4+
"functionName": "getWebmessagingMessages",
5+
"signature": "getWebmessagingMessages(pageSize, pageNumber)",
6+
"parameters": [
7+
{
8+
"name": "pageSize",
9+
"type": "Integer"
10+
},
11+
{
12+
"name": "pageNumber",
13+
"type": "Integer"
14+
}
15+
],
16+
"return": "WebMessagingMessageEntityList"
17+
}
18+
}
19+
}

build/docs/AdditionalIDType.md

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

build/docs/CardAction.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: CardAction
3+
---
4+
## CardAction
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **payload** | <!----><!---->**String**<!----> | Text to be returned as the payload from a ButtonResponse when a button is clicked. The payload and text are a combination which will have to be unique across each card and carousel in order to determine which button was clicked in that card or carousel. | [optional] |
12+
| **text** | <!----><!---->**String**<!----> | The response text from the button click. | [optional] |
13+
| **type** | <!----><!---->[**CardActionType**](CardActionType.html)<!----> | Describes the type of action. | [optional] |
14+
| **url** | <!----><!---->**String**<!----> | A URL of a web page to direct the user to. | [optional] |
15+
{: class="table table-striped"}
16+
17+
18+

build/docs/CardActionType.md

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

build/docs/CleanMessageContent.md

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

build/docs/ContentCard.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: ContentCard
3+
---
4+
## ContentCard
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **actions** | <!----><!---->[**List&lt;CardAction&gt;**](CardAction.html)<!----> | An array of action objects. | [optional] |
12+
| **defaultAction** | <!----><!---->[**CardAction**](CardAction.html)<!----> | The Default button action. | [optional] |
13+
| **description** | <!----><!---->**String**<!----> | Text to show in the description. | [optional] |
14+
| **image** | <!----><!---->**String**<!----> | URL of an image. | [optional] |
15+
| **title** | <!----><!---->**String**<!----> | Text to show in the title. | [optional] |
16+
| **video** | <!----><!---->**String**<!----> | URL of a video. | [optional] |
17+
{: class="table table-striped"}
18+
19+
20+

build/docs/ContentCarousel.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: ContentCarousel
3+
---
4+
## ContentCarousel
5+
6+
7+
## Properties
8+
9+
| Name | Type | Description | Notes |
10+
| ------------ | ------------- | ------------- | ------------- |
11+
| **cards** | <!----><!---->[**List&lt;ContentCard&gt;**](ContentCard.html)<!----> | An array of card objects. | |
12+
{: class="table table-striped"}
13+
14+
15+

build/docs/ContentType.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ title: ContentType
1313

1414
* `BUTTONRESPONSE` (value: `"ButtonResponse"`)
1515

16+
* `CARD` (value: `"Card"`)
17+
18+
* `CAROUSEL` (value: `"Carousel"`)
19+
1620
* `GENERICTEMPLATE` (value: `"GenericTemplate"`)
1721

1822
* `LISTTEMPLATE` (value: `"ListTemplate"`)

build/docs/EventTypingType.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ title: EventTypingType
99
## Enum
1010

1111

12-
* `OFF` (value: `"Off"`)
13-
1412
* `ON` (value: `"On"`)
1513

1614

build/docs/IncomingNormalizedMessage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ title: IncomingNormalizedMessage
88

99
| Name | Type | Description | Notes |
1010
| ------------ | ------------- | ------------- | ------------- |
11+
| **id** | <!----><!---->**String**<!----> | | [optional] |
1112
| **type** | <!----><!---->[**NormalizedType**](NormalizedType.html)<!----> | | |
1213
| **text** | <!----><!---->**String**<!----> | | |
14+
| **status** | <!----><!---->[**Status**](Status.html)<!----> | | [optional] |
1315
| **content** | <!----><!---->[**List&lt;MessageContent&gt;**](MessageContent.html)<!----> | | [optional] |
1416
| **events** | <!----><!---->[**List&lt;MessageEvent&gt;**](MessageEvent.html)<!----> | | [optional] |
1517
| **metadata** | <!----><!---->**Map&lt;String, String&gt;**<!----> | | [optional] |

0 commit comments

Comments
 (0)