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