public static MessageParser<ChatResponse> Parser { get; }Public Shared ReadOnly Property Parser As MessageParser(Of ChatResponse)
Getpublic:
static property MessageParser<ChatResponse^>^ Parser {
MessageParser<ChatResponse^>^ get ();
}static member Parser : MessageParser<ChatResponse> with get