?? chatbot.ctxt
字號:
#BlueJ class context
comment0.target=ChatBot()
comment0.text=\nCreate\ a\ ChatBot,\ initialise\ the\ language\ generator\n\n\n
comment1.target=String\ startConversation()
comment1.text=\nInitiate\ a\ conversation\ about\ any\ topic.\ Generate\ a\ starting\ sentence\n\n@return\ A\ sentence\ with\ which\ to\ start\ a\ conversation\n\n
comment2.params=remark
comment2.target=String\ reply(String)
comment2.text=\nGenerate\ a\ response\ to\ the\ specified\ remark\n\n@param\ remark\ The\ comment\ which\ must\ be\ responded\ to\n\n@return\ A\ sentence\ which\ represents\ a\ reply\ to\ the\ specified\ remark\n\n
comment3.target=String\ getDescription()
comment3.text=\nGets\ the\ textual\ description\ of\ what\ the\ chat\ bot\ looks\ like\ and\ \nits\ personality\n\n@return\ A\ textual\ description\ of\ the\ chat\ bot\n\n
comment4.target=String\ getName()
comment4.text=\nGets\ the\ name\ of\ the\ chat\ bot\n\n@return\ The\ name\ of\ this\ digital\ persona\n\n
comment5.params=string
comment5.target=void\ setDescription(String)
comment5.text=\nSets\ up\ the\ textual\ description\ of\ the\ chat\ bot's\ appearance\ and\ personality\n\n@param\ string\ The\ textual\ description\ of\ the\ bot\n\n
comment6.params=string
comment6.target=void\ setName(String)
comment6.text=\nSets\ up\ the\ name\ of\ this\ digital\ persona\n\n@param\ string\ The\ name\ of\ the\ bot\n\n
numComments=7
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -