-
@Stable() public final class VoiceAssistant
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>agentprivate final <ERROR CLASS>stateprivate final <ERROR CLASS>audioTrackprivate final <ERROR CLASS>agentTranscriptionsprivate final <ERROR CLASS>agentAttributes
-
Constructor Summary
Constructors Constructor Description VoiceAssistant(State<RemoteParticipant> agent, State<AgentState> state, State<TrackReference> audioTrack, State<List<TextStreamData>> agentTranscriptions, State<Map<String, String>> agentAttributes)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getAgent()final <ERROR CLASS>getState()final <ERROR CLASS>getAudioTrack()final <ERROR CLASS>getAgentTranscriptions()final <ERROR CLASS>getAgentAttributes()-
-
Constructor Detail
-
VoiceAssistant
VoiceAssistant(State<RemoteParticipant> agent, State<AgentState> state, State<TrackReference> audioTrack, State<List<TextStreamData>> agentTranscriptions, State<Map<String, String>> agentAttributes)
-
-
Method Detail
-
getAgent
final <ERROR CLASS> getAgent()
-
getState
final <ERROR CLASS> getState()
-
getAudioTrack
final <ERROR CLASS> getAudioTrack()
-
getAgentTranscriptions
final <ERROR CLASS> getAgentTranscriptions()
-
getAgentAttributes
final <ERROR CLASS> getAgentAttributes()
-
-
-
-