|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
The device asking the client to start or stop a voice pipeline (api: VoiceAssistantRequest).
More...
#include <voice_assistant.hpp>

Public Attributes | |
| bool | start = false |
| std::string | conversation_id |
| VoiceAssistantRequestFlag | flags = VoiceAssistantRequestFlag::None |
| VoiceAudioSettings | audio_settings |
| std::string | wake_word_phrase |
The device asking the client to start or stop a voice pipeline (api: VoiceAssistantRequest).
| VoiceAudioSettings esphome::api::VoiceRequest::audio_settings |
| std::string esphome::api::VoiceRequest::conversation_id |
| VoiceAssistantRequestFlag esphome::api::VoiceRequest::flags = VoiceAssistantRequestFlag::None |
| bool esphome::api::VoiceRequest::start = false |
| std::string esphome::api::VoiceRequest::wake_word_phrase |