Class TypingState.Generating
-
- All Implemented Interfaces:
@Immutable() public final class TypingState.Generating extends TypingState
The state when the AI assistant is generating a response.
-
-
Constructor Summary
Constructors Constructor Description TypingState.Generating(String messageId)
-
Method Summary
Modifier and Type Method Description final StringgetMessageId()The id of the message that the AI assistant is generating. -
-
Constructor Detail
-
TypingState.Generating
TypingState.Generating(String messageId)
-
-
Method Detail
-
getMessageId
final String getMessageId()
The id of the message that the AI assistant is generating.
-
-
-
-