getProgress method

Notifies the progress of the conversation.

Implementation

Stream<AssistantConversationProgress> getProgress() =>
    _conversationProgressStream.stream;