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::VoiceEvent Struct Reference

A pipeline event emitted by the device (api: VoiceAssistantEventResponse). More...

#include <voice_assistant.hpp>

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

Public Attributes

VoiceAssistantEvent event_type = VoiceAssistantEvent::Error
 
std::vector< std::pair< std::string, std::string > > data
 

Detailed Description

A pipeline event emitted by the device (api: VoiceAssistantEventResponse).

data mirrors the repeated name/value pairs of VoiceAssistantEventData.

Member Data Documentation

◆ data

std::vector<std::pair<std::string, std::string> > esphome::api::VoiceEvent::data

◆ event_type

VoiceAssistantEvent esphome::api::VoiceEvent::event_type = VoiceAssistantEvent::Error

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