Open
Description
This intent definition is not registered and there is no error logged by the DialogFlow connector.
intent SearchAnyValue {
inputs {
"VALUE"
"Search for VALUE"
}
creates context "Value" {
sets parameter "^value" from fragment "VALUE" (entity any)
}
}
Everything works fine if "^value"
is replaced by "value"
. This is probably related to restricted characters in the DialogFlow API, but it should be logged as an error, because the deployed bot behavior will be corrupted.