Represents a chat participant's response in chat history.

Variables

read onlycommand:Null<String>

The name of the command that this response came from.

read onlyparticipant:String

The id of the chat participant that this response came from.

read onlyresponse:ReadOnlyArray<EitherType<ChatResponseMarkdownPart, EitherType<ChatResponseFileTreePart, EitherType<ChatResponseAnchorPart, ChatResponseCommandButtonPart>>>>

The content that was received from the chat participant. Only the stream parts that represent actual content (not metadata) are represented.

read onlyresult:ChatResult

The result that was received from the chat participant.