Get desktop application:
View/edit binary Protocol Buffers messages
ElizaService provides a way to talk to the ELIZA, which is a port of the DOCTOR script for Joseph Weizenbaum's original ELIZA program. Created in the mid-1960s at the MIT Artificial Intelligence Laboratory, ELIZA demonstrates the superficiality of human-computer communication. DOCTOR simulates a psychotherapist, and is commonly found as an Easter egg in emacs distributions.
Converse is a bi-directional streaming request demo. This method should allow for many requests and many responses.
ConverseRequest describes the sentence said to the ELIZA program.
ConverseResponse describes the sentence responded by the ELIZA program.
Introduce is a server-streaming request demo. This method allows for a single request that will return a series of responses
IntroduceRequest describes a request for details from the ELIZA program.
IntroduceResponse describes the sentence responded by the ELIZA program.
Say is a unary request demo. This method should allow for a one sentence response given a one sentence request.
SayRequest describes the sentence said to the ELIZA program.
Used as request type in: ElizaService.Say, matt.v1.MattService.Say
SayResponse describes the sentence responded by the ELIZA program.
Used as response type in: ElizaService.Say, matt.v1.MattService.Say