Ask bot
POST/api/bots/:botId/ask
Ask a question to your bot passing the BotId and optionally a ConversationID
to continue the same conversation.
Sample request:
POST api/bots/d07c3908-95ae-4bb8-b123-c4251784ce6b/ask?conversationId=1234
{
"query": "Hello",
"language": "en"
}
Request
Path Parameters
Query Parameters
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- text/json
- application/*+json
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Body
- Array [
- ]
media object[]nullable
preferences object
Responses
- 200
Success
- application/json;odata.metadata=minimal;odata.streaming=true
- application/json;odata.metadata=minimal;odata.streaming=false
- application/json;odata.metadata=minimal
- application/json;odata.metadata=full;odata.streaming=true
- application/json;odata.metadata=full;odata.streaming=false
- application/json;odata.metadata=full
- application/json;odata.metadata=none;odata.streaming=true
- application/json;odata.metadata=none;odata.streaming=false
- application/json;odata.metadata=none
- application/json;odata.streaming=true
- application/json;odata.streaming=false
- application/json
- application/xml
- text/plain
- application/octet-stream
- text/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.467Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.467Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.468Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.468Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.469Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.469Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.470Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.470Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.470Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.470Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.471Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.471Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.472Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.472Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.473Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.473Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.473Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.473Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.474Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.474Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.475Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.475Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.475Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.475Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
<root>
<identity>
<name>string</name>
<displayName>string</displayName>
<preferredLanguage>string</preferredLanguage>
<audience>string</audience>
</identity>
<context>
<conversationId>string</conversationId>
<identity>
<name>string</name>
<displayName>string</displayName>
<preferredLanguage>string</preferredLanguage>
<audience>string</audience>
</identity>
<language>string</language>
<container>string</container>
<preferences>
<temperature>0</temperature>
<searchSkills>string</searchSkills>
<searchLanguages>string</searchLanguages>
<allowInternetAccess>true</allowInternetAccess>
</preferences>
<variables/>
<entities/>
<messages>
<role>Assistant</role>
<content>
<type>Plain</type>
</content>
<text>string</text>
<properties/>
<score>0</score>
<sentiment>0</sentiment>
<toxic>0</toxic>
<skillId>3fa85f64-5717-4562-b3fc-2c963f66afa6</skillId>
<skillType>Dialog</skillType>
<skillSnapshotId>3fa85f64-5717-4562-b3fc-2c963f66afa6</skillSnapshotId>
<action>
<title>string</title>
<type>None</type>
<sticky>true</sticky>
<properties/>
</action>
<actions>
<title>string</title>
<type>None</type>
<sticky>true</sticky>
<properties/>
</actions>
<timestamp>2023-12-10T11:07:29.477Z</timestamp>
<media>
<documentId>3fa85f64-5717-4562-b3fc-2c963f66afa6</documentId>
<snapshotId>3fa85f64-5717-4562-b3fc-2c963f66afa6</snapshotId>
<title>string</title>
</media>
</messages>
<activeSkills>
<id>3fa85f64-5717-4562-b3fc-2c963f66afa6</id>
<snapshotId>3fa85f64-5717-4562-b3fc-2c963f66afa6</snapshotId>
<type>Dialog</type>
<properties/>
</activeSkills>
</context>
<messages>
<role>Assistant</role>
<content>
<type>Plain</type>
</content>
<text>string</text>
<properties/>
<score>0</score>
<sentiment>0</sentiment>
<toxic>0</toxic>
<skillId>3fa85f64-5717-4562-b3fc-2c963f66afa6</skillId>
<skillType>Dialog</skillType>
<skillSnapshotId>3fa85f64-5717-4562-b3fc-2c963f66afa6</skillSnapshotId>
<action>
<title>string</title>
<type>None</type>
<sticky>true</sticky>
<properties/>
</action>
<actions>
<title>string</title>
<type>None</type>
<sticky>true</sticky>
<properties/>
</actions>
<timestamp>2023-12-10T11:07:29.477Z</timestamp>
<media>
<documentId>3fa85f64-5717-4562-b3fc-2c963f66afa6</documentId>
<snapshotId>3fa85f64-5717-4562-b3fc-2c963f66afa6</snapshotId>
<title>string</title>
</media>
</messages>
<properties/>
</root>
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.480Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.480Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.480Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.480Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
identity object
context object
Possible values: non-empty
identity object
preferences object
variables objectnullable
entities objectnullable
property name* object[]nullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
activeSkills object[]nullable
Possible values: [Dialog
, Search
]
properties objectnullable
messages object[]nullable
Possible values: [Assistant
, User
, System
, Function
, Event
]
content object
Possible values: [Plain
, Document
, FunctionCall
, FunctionResult
, Event
]
properties objectnullable
Possible values: [Dialog
, Search
]
action object
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
actions object[]nullable
Possible values: [None
, MessageBack
, OpenUrl
]
properties objectnullable
media object[]nullable
properties objectnullable
{
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"context": {
"conversationId": "string",
"identity": {
"name": "string",
"displayName": "string",
"preferredLanguage": "string",
"audience": [
"string"
]
},
"language": "string",
"container": "string",
"preferences": {
"temperature": 0,
"searchSkills": [
"string"
],
"searchLanguages": [
"string"
],
"allowInternetAccess": true
},
"variables": {},
"entities": {},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.481Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"activeSkills": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "Dialog",
"properties": {}
}
]
},
"messages": [
{
"role": "Assistant",
"content": {
"type": "Plain"
},
"text": "string",
"properties": {},
"score": 0,
"sentiment": 0,
"toxic": 0,
"skillId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"skillType": "Dialog",
"skillSnapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"action": {
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
},
"actions": [
{
"title": "string",
"type": "None",
"sticky": true,
"properties": {}
}
],
"timestamp": "2023-12-10T11:07:29.481Z",
"media": [
{
"documentId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snapshotId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string"
}
]
}
],
"properties": {}
}