32 lines
491 B
Plaintext
32 lines
491 B
Plaintext
meta {
|
|
name: Adds a new Intent object-
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
post {
|
|
url: https://engine.memori.ai/memori/v2/Intent/{strSessionID}
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"intentID": "",
|
|
"intentType": "",
|
|
"name": "",
|
|
"utterances": [],
|
|
"timeoutIntent": "",
|
|
"webHook": "",
|
|
"validityMinutes": "",
|
|
"creationTimestamp": "",
|
|
"creationSessionID": "",
|
|
"lastChangeTimestamp": "",
|
|
"lastChangeSessionID": ""
|
|
}
|
|
}
|