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