Class TypingState
-
- All Implemented Interfaces:
@Immutable() public class TypingState
The state of the typing indicator.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTypingState.NothingThe state when there is no typing.
public final classTypingState.ThinkingThe state when the AI assistant is thinking
public final classTypingState.GeneratingThe state when the AI assistant is generating a response.
public classTypingState.ClearThe state when the AI assistant has finished generating a response.
public classTypingState.Companion
-