Skip to content

Commit 467a2fd

Browse files
author
PureCloud Jenkins
committed
doc publish
1 parent 98021ac commit 467a2fd

61 files changed

Lines changed: 1576 additions & 71 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.

.lastupdated

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-04-21T08:53:31
1+
2026-05-07T20:32:58

docs/gc_casemanagement_caseplans.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
* [gc casemanagement caseplans intakesettings](gc_casemanagement_caseplans_intakesettings.html) - /api/v2/casemanagement/caseplans/{caseplanId}/intakesettings
3737
* [gc casemanagement caseplans list](gc_casemanagement_caseplans_list.html) - Get a list of Caseplans.
3838
* [gc casemanagement caseplans publish](gc_casemanagement_caseplans_publish.html) - /api/v2/casemanagement/caseplans/{caseplanId}/publish
39+
* [gc casemanagement caseplans query](gc_casemanagement_caseplans_query.html) - /api/v2/casemanagement/caseplans/query
3940
* [gc casemanagement caseplans stageplans](gc_casemanagement_caseplans_stageplans.html) - /api/v2/casemanagement/caseplans/{caseplanId}/stageplans
4041
* [gc casemanagement caseplans update](gc_casemanagement_caseplans_update.html) - Update the attributes of a Caseplan.
4142
* [gc casemanagement caseplans versions](gc_casemanagement_caseplans_versions.html) - /api/v2/casemanagement/caseplans/{caseplanId}/versions
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## gc casemanagement caseplans query
2+
3+
/api/v2/casemanagement/caseplans/query
4+
5+
### Synopsis
6+
7+
/api/v2/casemanagement/caseplans/query
8+
9+
### Options
10+
11+
```
12+
-h, --help help for query
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc casemanagement caseplans](gc_casemanagement_caseplans.html) - /api/v2/casemanagement/caseplans
33+
* [gc casemanagement caseplans query create](gc_casemanagement_caseplans_query_create.html) - Query for caseplans
34+
35+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## gc casemanagement caseplans query create
2+
3+
Query for caseplans
4+
5+
### Synopsis
6+
7+
Query for caseplans
8+
9+
```
10+
gc casemanagement caseplans query create [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-d, --directory string Directory path with files containing request bodies
17+
-f, --file string File name containing the JSON body
18+
-h, --help help for create
19+
-b, --printrequestbody Print the request body format of the API.
20+
```
21+
22+
### Options inherited from parent commands
23+
24+
```
25+
--accesstoken string accessToken override
26+
--clientid string clientId override
27+
--clientsecret string clientSecret override
28+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
29+
-i, --indicateprogress Trace progress indicators to stderr
30+
--inputformat string Data input format. Supported formats: YAML, JSON
31+
--outputformat string Data output format. Supported formats: YAML, JSON
32+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
33+
--transform string Provide a Go template file for transforming output data
34+
--transformstr string Provide a Go template string for transforming output data
35+
```
36+
37+
### SEE ALSO
38+
39+
* [gc casemanagement caseplans query](gc_casemanagement_caseplans_query.html) - /api/v2/casemanagement/caseplans/query
40+
41+

docs/gc_conversations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* [gc](gc.html) - gc is a CLI for interacting with Genesys Cloud
3333
* [gc conversations aftercallwork](gc_conversations_aftercallwork.html) - /api/v2/conversations/aftercallwork
3434
* [gc conversations assign](gc_conversations_assign.html) - /api/v2/conversations/{conversationId}/assign
35+
* [gc conversations assistant](gc_conversations_assistant.html) - /api/v2/conversations/{conversationId}/assistant
3536
* [gc conversations barge](gc_conversations_barge.html) - /api/v2/conversations/{conversationId}/barge
3637
* [gc conversations callbacks](gc_conversations_callbacks.html) - /api/v2/conversations/callbacks
3738
* [gc conversations calls](gc_conversations_calls.html) - /api/v2/conversations/calls

docs/gc_conversations_assistant.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## gc conversations assistant
2+
3+
/api/v2/conversations/{conversationId}/assistant
4+
5+
### Synopsis
6+
7+
/api/v2/conversations/{conversationId}/assistant
8+
9+
### Options
10+
11+
```
12+
-h, --help help for assistant
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc conversations](gc_conversations.html) - /api/v2/conversations
33+
* [gc conversations assistant copilotcontext](gc_conversations_assistant_copilotcontext.html) - /api/v2/conversations/{conversationId}/assistant/copilotcontext
34+
35+
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## gc conversations assistant copilotcontext
2+
3+
/api/v2/conversations/{conversationId}/assistant/copilotcontext
4+
5+
### Synopsis
6+
7+
/api/v2/conversations/{conversationId}/assistant/copilotcontext
8+
9+
### Options
10+
11+
```
12+
-h, --help help for copilotcontext
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc conversations assistant](gc_conversations_assistant.html) - /api/v2/conversations/{conversationId}/assistant
33+
* [gc conversations assistant copilotcontext get](gc_conversations_assistant_copilotcontext_get.html) - Get copilot context values for a conversation.
34+
35+
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## gc conversations assistant copilotcontext get
2+
3+
Get copilot context values for a conversation.
4+
5+
### Synopsis
6+
7+
Get copilot context values for a conversation.
8+
9+
```
10+
gc conversations assistant copilotcontext get [conversationId] [flags]
11+
```
12+
13+
### Options
14+
15+
```
16+
-h, --help help for get
17+
```
18+
19+
### Options inherited from parent commands
20+
21+
```
22+
--accesstoken string accessToken override
23+
--clientid string clientId override
24+
--clientsecret string clientSecret override
25+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
26+
-i, --indicateprogress Trace progress indicators to stderr
27+
--inputformat string Data input format. Supported formats: YAML, JSON
28+
--outputformat string Data output format. Supported formats: YAML, JSON
29+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
30+
--transform string Provide a Go template file for transforming output data
31+
--transformstr string Provide a Go template string for transforming output data
32+
```
33+
34+
### SEE ALSO
35+
36+
* [gc conversations assistant copilotcontext](gc_conversations_assistant_copilotcontext.html) - /api/v2/conversations/{conversationId}/assistant/copilotcontext
37+
38+

docs/gc_conversations_messages_participants.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* [gc conversations messages participants attributes](gc_conversations_messages_participants_attributes.html) - /api/v2/conversations/messages/{conversationId}/participants/{participantId}/attributes
3434
* [gc conversations messages participants communications](gc_conversations_messages_participants_communications.html) - /api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications
3535
* [gc conversations messages participants monitor](gc_conversations_messages_participants_monitor.html) - /api/v2/conversations/messages/{conversationId}/participants/{participantId}/monitor
36+
* [gc conversations messages participants parkingstate](gc_conversations_messages_participants_parkingstate.html) - /api/v2/conversations/messages/{conversationId}/participants/{participantId}/parkingstate
3637
* [gc conversations messages participants replace](gc_conversations_messages_participants_replace.html) - /api/v2/conversations/messages/{conversationId}/participants/{participantId}/replace
3738
* [gc conversations messages participants update](gc_conversations_messages_participants_update.html) - Update conversation participant
3839
* [gc conversations messages participants wrapup](gc_conversations_messages_participants_wrapup.html) - /api/v2/conversations/messages/{conversationId}/participants/{participantId}/wrapup
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## gc conversations messages participants parkingstate
2+
3+
/api/v2/conversations/messages/{conversationId}/participants/{participantId}/parkingstate
4+
5+
### Synopsis
6+
7+
/api/v2/conversations/messages/{conversationId}/participants/{participantId}/parkingstate
8+
9+
### Options
10+
11+
```
12+
-h, --help help for parkingstate
13+
```
14+
15+
### Options inherited from parent commands
16+
17+
```
18+
--accesstoken string accessToken override
19+
--clientid string clientId override
20+
--clientsecret string clientSecret override
21+
--environment string environment override. E.g. mypurecloud.com.au or ap-southeast-2
22+
-i, --indicateprogress Trace progress indicators to stderr
23+
--inputformat string Data input format. Supported formats: YAML, JSON
24+
--outputformat string Data output format. Supported formats: YAML, JSON
25+
-p, --profile string Name of the profile to use for configuring the cli (default "DEFAULT")
26+
--transform string Provide a Go template file for transforming output data
27+
--transformstr string Provide a Go template string for transforming output data
28+
```
29+
30+
### SEE ALSO
31+
32+
* [gc conversations messages participants](gc_conversations_messages_participants.html) - /api/v2/conversations/messages/{conversationId}/participants
33+
* [gc conversations messages participants parkingstate update](gc_conversations_messages_participants_parkingstate_update.html) - Update conversation by setting its parking state
34+
35+

0 commit comments

Comments
 (0)