esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::VoiceWakeWord Struct Reference

A wake word the device can be configured to listen for (api: VoiceAssistantWakeWord). More...

#include <voice_assistant.hpp>

Collaboration diagram for esphome::api::VoiceWakeWord:
Collaboration graph
[legend]

Public Attributes

std::string id
 
std::string wake_word
 
std::vector< std::string > trained_languages
 

Detailed Description

A wake word the device can be configured to listen for (api: VoiceAssistantWakeWord).

Member Data Documentation

◆ id

std::string esphome::api::VoiceWakeWord::id

◆ trained_languages

std::vector<std::string> esphome::api::VoiceWakeWord::trained_languages

◆ wake_word

std::string esphome::api::VoiceWakeWord::wake_word

The documentation for this struct was generated from the following file: