#Can you disable the response for basic intent tasks?

1 messages · Page 1 of 1 (latest)

viscid relic
#

Is it possible to fully disable the response when it has nothing useful to say? I don't need it to tell me it turned off the lights, I can see that...

thorn hazel
#

You can override responses in custom_sentences if you are using the default conversation agent

viscid relic
#

Do you have any documentation/examples of this available? I'm not seeing a logical way to handle it in the docs or the intents.

thorn hazel
jaunty minnow
#

Is it possible to have the Voice PE play a 'success' audio clip in lieu of a verbal response?' Similar to what Google Home does if the intent target is mapped to the same room as your speaker.

viscid relic
#

I'm still not getting this. The documentation is very vague. Can this just be put in configuration.yaml? The YAML checker fails whether I nest it in the root or under the conversation: key. My intended entries:

language: "en"
responses:
  intents:
    HassTurnOn:
      default: ""
    HassTurnOff:
      default: ""
glacial compass
jaunty minnow
#

@viscid relic - Here's an example. Note the path / file name.

viscid relic
#

So VSCode's Studio Code Server's autocomplete/checker for Voice just hasn't been updated?

glacial compass
#

Yeah i never trust that thing tbh

#

Not sure if it's done kind of structure thing or something, but I've had it complain about stuff that is in core sentences and intents that i know are 100% correct and that work fine.

jaunty minnow
#

Also, I edited it the exact same way, and my validation was not complaining.

jaunty minnow
#

But agree with Nick, sometimes the validation is buggy, I've seen it underlying stuff that's definitely fine.