-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sep 29, 2024
1 parent
df85661
commit 5d07d7d
Showing
71 changed files
with
1,904 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2024-09-14T07:24:47 | ||
2024-09-29T07:13:27 |
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,38 @@ | ||
## gc conversations summaries get | ||
|
||
Get the summaries of the conversation. | ||
|
||
### Synopsis | ||
|
||
Get the summaries of the conversation. | ||
|
||
``` | ||
gc conversations summaries get [conversationId] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for get | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc conversations summaries](gc_conversations_summaries.html) - /api/v2/conversations/{conversationId}/summaries | ||
|
||
|
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,35 @@ | ||
## gc knowledge integrations | ||
|
||
/api/v2/knowledge/integrations | ||
|
||
### Synopsis | ||
|
||
/api/v2/knowledge/integrations | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for integrations | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge](gc_knowledge.html) - /api/v2/knowledge | ||
* [gc knowledge integrations options](gc_knowledge_integrations_options.html) - /api/v2/knowledge/integrations/{integrationId}/options | ||
|
||
|
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,35 @@ | ||
## gc knowledge integrations options | ||
|
||
/api/v2/knowledge/integrations/{integrationId}/options | ||
|
||
### Synopsis | ||
|
||
/api/v2/knowledge/integrations/{integrationId}/options | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for options | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge integrations](gc_knowledge_integrations.html) - /api/v2/knowledge/integrations | ||
* [gc knowledge integrations options get](gc_knowledge_integrations_options_get.html) - Get sync options available for a knowledge-connect integration | ||
|
||
|
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,38 @@ | ||
## gc knowledge integrations options get | ||
|
||
Get sync options available for a knowledge-connect integration | ||
|
||
### Synopsis | ||
|
||
Get sync options available for a knowledge-connect integration | ||
|
||
``` | ||
gc knowledge integrations options get [integrationId] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for get | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge integrations options](gc_knowledge_integrations_options.html) - /api/v2/knowledge/integrations/{integrationId}/options | ||
|
||
|
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,37 @@ | ||
## gc knowledge knowledgebases sources | ||
|
||
/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources | ||
|
||
### Synopsis | ||
|
||
/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for sources | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge knowledgebases](gc_knowledge_knowledgebases.html) - /api/v2/knowledge/knowledgebases | ||
* [gc knowledge knowledgebases sources list](gc_knowledge_knowledgebases_sources_list.html) - Get Knowledge integration sources | ||
* [gc knowledge knowledgebases sources salesforce](gc_knowledge_knowledgebases_sources_salesforce.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce | ||
* [gc knowledge knowledgebases sources servicenow](gc_knowledge_knowledgebases_sources_servicenow.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow | ||
|
||
|
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,41 @@ | ||
## gc knowledge knowledgebases sources list | ||
|
||
Get Knowledge integration sources | ||
|
||
### Synopsis | ||
|
||
Get Knowledge integration sources | ||
|
||
``` | ||
gc knowledge knowledgebases sources list [knowledgeBaseId] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--expand strings The specified entity attributes will be filled. Comma separated values expected. Valid values: lastsync | ||
-h, --help help for list | ||
--ids strings If specified, retrieves integration sources with specified IDs. | ||
--varType string If specified, retrieves integration sources with specified integration type. Valid values: Salesforce, ServiceNow | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge knowledgebases sources](gc_knowledge_knowledgebases_sources.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources | ||
|
||
|
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,39 @@ | ||
## gc knowledge knowledgebases sources salesforce | ||
|
||
/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce | ||
|
||
### Synopsis | ||
|
||
/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for salesforce | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge knowledgebases sources](gc_knowledge_knowledgebases_sources.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources | ||
* [gc knowledge knowledgebases sources salesforce create](gc_knowledge_knowledgebases_sources_salesforce_create.html) - Create Salesforce Knowledge integration source | ||
* [gc knowledge knowledgebases sources salesforce delete](gc_knowledge_knowledgebases_sources_salesforce_delete.html) - Delete Salesforce Knowledge integration source | ||
* [gc knowledge knowledgebases sources salesforce get](gc_knowledge_knowledgebases_sources_salesforce_get.html) - Get Salesforce Knowledge integration source | ||
* [gc knowledge knowledgebases sources salesforce sync](gc_knowledge_knowledgebases_sources_salesforce_sync.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce/{sourceId}/sync | ||
* [gc knowledge knowledgebases sources salesforce update](gc_knowledge_knowledgebases_sources_salesforce_update.html) - Update Salesforce Knowledge integration source | ||
|
||
|
41 changes: 41 additions & 0 deletions
41
docs/gc_knowledge_knowledgebases_sources_salesforce_create.md
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,41 @@ | ||
## gc knowledge knowledgebases sources salesforce create | ||
|
||
Create Salesforce Knowledge integration source | ||
|
||
### Synopsis | ||
|
||
Create Salesforce Knowledge integration source | ||
|
||
``` | ||
gc knowledge knowledgebases sources salesforce create [knowledgeBaseId] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-d, --directory string Directory path with files containing request bodies | ||
-f, --file string File name containing the JSON body | ||
-h, --help help for create | ||
-b, --printrequestbody Print the request body format of the API. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--accesstoken string accessToken override | ||
--clientid string clientId override | ||
--clientsecret string clientSecret override | ||
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2 | ||
-i, --indicateprogress Trace progress indicators to stderr | ||
--inputformat string Data input format. Supported formats: YAML, JSON | ||
--outputformat string Data output format. Supported formats: YAML, JSON | ||
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT") | ||
--transform string Provide a Go template file for transforming output data | ||
--transformstr string Provide a Go template string for transforming output data | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [gc knowledge knowledgebases sources salesforce](gc_knowledge_knowledgebases_sources_salesforce.html) - /api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/salesforce | ||
|
||
|
Oops, something went wrong.