Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1500 from pegasuspect/patch-1
Browse files Browse the repository at this point in the history
Added valid values for this /agentTyping endpoint.
  • Loading branch information
itay1313 authored Jul 10, 2022
2 parents 118eab9 + 49827fb commit a18d171
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ The body media type must have one of the following formats:
- XML
- JSON

### Response

**Elements in the response**

**Body Parameters**
| Name | Description | Type/Value | Required | Notes |
| :--- | :--- | :--- | :--- | :--- |
| agentTyping | Indicates if the agent is currently typing a response. | string | Required | Default values: "typing", "not-typing", "unknown" |
| agentTyping | Indicates if the agent is currently typing or not. | string | Required | Valid values: "typing", "not-typing" |

### Response

**Response Codes**

| Code | Response |
| :--- | :--- |
| 201 | Created |
| 200 | Ok |
| 400 | Bad Request |

Response example for JSON:
Request body example:

```json
{
Expand Down

0 comments on commit a18d171

Please sign in to comment.