Add wake_word_phrase to VoiceAssistant request

This commit is contained in:
Jesse Hills 2024-02-26 22:28:52 +00:00
parent 74e72cc6ea
commit b19ce14090
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 73 additions and 72 deletions

View File

@ -1469,6 +1469,7 @@ message VoiceAssistantRequest {
string conversation_id = 2;
uint32 flags = 3;
VoiceAssistantAudioSettings audio_settings = 4;
string wake_word_phrase = 5;
}
message VoiceAssistantResponse {

File diff suppressed because one or more lines are too long