Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improper concatenation of channel utterances #19

Open
chasepeeler opened this issue Jun 29, 2016 · 1 comment
Open

Improper concatenation of channel utterances #19

chasepeeler opened this issue Jun 29, 2016 · 1 comment

Comments

@chasepeeler
Copy link

If the utterance of a custom channel is more than two words, it doesn't concatenate the utterance symbol into a single word, leaving a space in the symbol, which is not allowed.

For example:

{
  utterance_name : 'watch some channel',
  activity: 'Watch DirecTV',
  channel: "516"
}

would create the following:
WatchDirecTVWatchsome channel watch some channel
when it should produce
WatchDirecTVWatchsomechannel watch some channel

@sushilks
Copy link
Owner

Yes spaces are not handled correctly,
Feel free to do a pull request if you have a patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants