Skip to content

Intent not registered when using restricted characters as parameter names #301

Open
@gdaniel

Description

@gdaniel

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions