ESPHome  2024.9.0
Data Fields
esphome::voice_assistant::WakeWord Struct Reference

#include <voice_assistant.h>

Data Fields

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

Detailed Description

Definition at line 80 of file voice_assistant.h.

Field Documentation

◆ id

std::string esphome::voice_assistant::WakeWord::id

Definition at line 81 of file voice_assistant.h.

◆ trained_languages

std::vector<std::string> esphome::voice_assistant::WakeWord::trained_languages

Definition at line 83 of file voice_assistant.h.

◆ wake_word

std::string esphome::voice_assistant::WakeWord::wake_word

Definition at line 82 of file voice_assistant.h.


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