POST api/tools/chat-message

Request Information

URI Parameters

None.

Body Parameters

ChatMessageLog
NameDescriptionTypeAdditional information
ChatId

string

None.

Text

string

None.

SenderEmail

string

None.

SenderType

string

None.

SenderName

string

None.

CasaId

string

None.

PersonaId

string

None.

IsAnonymous

boolean

None.

Timestamp

string

None.

BotActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "chatId": "sample string 1",
  "text": "sample string 2",
  "senderEmail": "sample string 3",
  "senderType": "sample string 4",
  "senderName": "sample string 5",
  "casaId": "sample string 6",
  "personaId": "sample string 7",
  "isAnonymous": true,
  "timestamp": "sample string 9",
  "botActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.