パッケージ org.aiwolf.client.lib
クラス InquiryContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.InquiryContentBuilder
照会発話ビルダークラス
Builder class for the utterance of an inquiry.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明InquiryContentBuilder
(Agent target, Content content) 照会発話のためのInquiryContentBuilderを構築する(主語の指定なし) Constructs a InquiryContentBuilder for the utterance of an inquiry (with no subject specified).InquiryContentBuilder
(Agent subject, Agent target, Content content) 照会発話のためのInquiryContentBuilderを構築する Constructs a InquiryContentBuilder for the utterance of an inquiry. -
メソッドの概要
-
コンストラクタの詳細
-
InquiryContentBuilder
照会発話のためのInquiryContentBuilderを構築する(主語の指定なし)Constructs a InquiryContentBuilder for the utterance of an inquiry (with no subject specified).- パラメータ:
target
-被照会エージェントThe inquired agent.content
-照会事項を表すContent
Content
representing the inquired matter.
-
InquiryContentBuilder
照会発話のためのInquiryContentBuilderを構築するConstructs a InquiryContentBuilder for the utterance of an inquiry.- パラメータ:
subject
-照会をするエージェントThe agent who inquires.target
-被照会エージェントThe inquired agent.content
-照会事項を表すContent
Content
representing the inquired matter.
-