-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
PureCloud Jenkins
committed
Jul 15, 2021
1 parent
de4dd80
commit 5387147
Showing
519 changed files
with
7,234 additions
and
2,115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: BotConnectorBot | ||
--- | ||
## BotConnectorBot | ||
A botConnector Bot Instance | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **_id** | **String** | The Botconnector Bot Id - this is configurable by the user when put | | | ||
| **name** | **String** | | [optional] | | ||
| **_description** | **String** | An optional description of the bot. This can be up to 256 characters long and must be comprised of displayable characters without leading or trailing whitespace | [optional] | | ||
| **versions** | [**[BotConnectorBotVersion]**](BotConnectorBotVersion.html) | This bots versions, limit of 50 per bot | | | ||
| **botCompositeTag** | **String** | A system-generated string that contains metadata about this bot. | [optional] | | ||
| **selfUri** | **String** | The URI for this object | [optional] | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: BotConnectorBotSummaryEntityListing | ||
--- | ||
## BotConnectorBotSummaryEntityListing | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **entities** | [**[BotSummary]**](BotSummary.html) | | [optional] | | ||
| **pageSize** | **Int** | | [optional] | | ||
| **pageNumber** | **Int** | | [optional] | | ||
| **total** | **Int64** | | [optional] | | ||
| **firstUri** | **String** | | [optional] | | ||
| **selfUri** | **String** | | [optional] | | ||
| **nextUri** | **String** | | [optional] | | ||
| **lastUri** | **String** | | [optional] | | ||
| **previousUri** | **String** | | [optional] | | ||
| **pageCount** | **Int** | | [optional] | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: BotConnectorBotVersion | ||
--- | ||
## BotConnectorBotVersion | ||
A version description for a botConnector bot. | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **version** | **String** | The name of the version. This can be up to 100 characters long and must be comprised of displayable characters without leading or trailing whitespace | | | ||
| **supportedLanguages** | **[String]** | The supported languages for this bot. EG 'en-us' or 'es', etc; These language codes are W3C language identification tags (ISO 639-1 for the language name and ISO 3166 for the country code) | | | ||
| **intents** | [**[BotIntent]**](BotIntent.html) | A list of potential intents this bot will return, limit of 50 | | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: BotConnectorBotVersionSummaryEntityListing | ||
--- | ||
## BotConnectorBotVersionSummaryEntityListing | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **entities** | [**[BotVersionSummary]**](BotVersionSummary.html) | | [optional] | | ||
| **pageSize** | **Int** | | [optional] | | ||
| **pageNumber** | **Int** | | [optional] | | ||
| **total** | **Int64** | | [optional] | | ||
| **firstUri** | **String** | | [optional] | | ||
| **selfUri** | **String** | | [optional] | | ||
| **nextUri** | **String** | | [optional] | | ||
| **lastUri** | **String** | | [optional] | | ||
| **previousUri** | **String** | | [optional] | | ||
| **pageCount** | **Int** | | [optional] | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: BotIntent | ||
--- | ||
## BotIntent | ||
A botConnector's bot intention | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **name** | **String** | The name of this intent. This can be up to 100 characters long and must be comprised of displayable characters without leading or trailing whitespace | | | ||
| **slots** | [**[String:BotSlot]**](BotSlot.html) | Optional returned data values associated with this intent, limit of 50. | [optional] | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: BotList | ||
--- | ||
## BotList | ||
A list of BotConnectorBots | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **chatBots** | [**[BotConnectorBot]**](BotConnectorBot.html) | A list of botConnector Bots. Max 50 | | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: BotSlot | ||
--- | ||
## BotSlot | ||
Description of a data value returned from an intent | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **name** | **String** | The name of the slot. This can be up to 100 characters long and must be comprised of displayable characters without leading or trailing whitespace | | | ||
| **type** | **String** | The data type of the slot string, integer, decimal, duration, boolean, currency, datetime or the xxxCollection versions of those types | | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: BotSummary | ||
--- | ||
## BotSummary | ||
A summary description for a botConnector bot | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **name** | **String** | The name of the bot. | | | ||
| **_id** | **String** | The id of the bot. | | | ||
| **_description** | **String** | An optional description of the bot. | [optional] | | ||
| **botCompositeTag** | **String** | A system-generated string that contains metadata about this bot. | [optional] | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: BotVersionSummary | ||
--- | ||
## BotVersionSummary | ||
A version summary for a botConnector bot. | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **name** | **String** | The name of the bot. | | | ||
| **_id** | **String** | The id of the bot. | | | ||
| **_description** | **String** | An optional description of the bot. | [optional] | | ||
| **botCompositeTag** | **String** | A system-generated string that contains metadata about this bot. | [optional] | | ||
| **version** | **String** | The name of the version. | | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: CalendarUrlResponse | ||
--- | ||
## CalendarUrlResponse | ||
|
||
## Properties | ||
|
||
|Name | Type | Description | Notes| | ||
|------------ | ------------- | ------------- | -------------| | ||
| **calendarUrl** | **String** | The calendar url for the user to subscribe with supported clients | [optional] | | ||
| **selfUri** | **String** | The URI for this object | [optional] | | ||
{: class="table table-striped"} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.