Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.conversation.models.ConversationResult Class Reference

Public Member Functions

dict[str, Any] as_dict (self)
 

Static Public Attributes

 None
 

Detailed Description

Result of async_process.

Definition at line 45 of file models.py.

Member Function Documentation

◆ as_dict()

dict[str, Any] homeassistant.components.conversation.models.ConversationResult.as_dict (   self)
Return result as a dict.

Definition at line 51 of file models.py.

Member Data Documentation

◆ None

homeassistant.components.conversation.models.ConversationResult.None
static

Definition at line 49 of file models.py.


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