Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.conversation.models.AbstractConversationAgent Class Reference
Inheritance diagram for homeassistant.components.conversation.models.AbstractConversationAgent:
[legend]
Collaboration diagram for homeassistant.components.conversation.models.AbstractConversationAgent:
[legend]

Public Member Functions

None async_prepare (self, str|None language=None)
 
ConversationResult async_process (self, ConversationInput user_input)
 
None async_reload (self, str|None language=None)
 
list[str]|Literal["*"] supported_languages (self)
 

Detailed Description

Abstract conversation agent.

Definition at line 59 of file models.py.

Member Function Documentation

◆ async_prepare()

None homeassistant.components.conversation.models.AbstractConversationAgent.async_prepare (   self,
str | None   language = None 
)
Load intents for a language.

Definition at line 74 of file models.py.

◆ async_process()

ConversationResult homeassistant.components.conversation.models.AbstractConversationAgent.async_process (   self,
ConversationInput  user_input 
)
Process a sentence.

Definition at line 68 of file models.py.

◆ async_reload()

None homeassistant.components.conversation.models.AbstractConversationAgent.async_reload (   self,
str | None   language = None 
)
Clear cached intents for a language.

Definition at line 71 of file models.py.

◆ supported_languages()


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