パッケージ org.aiwolf.client.lib
クラス EstimateContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.EstimateContentBuilder
推測発話ビルダークラス
Builder class for the utterance of a estimation.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明EstimateContentBuilder
(Agent subject, Agent target, Role role) 推測のためのEstimateContentBuilderを構築する Constructs an EstimateContentBuilder to utter an estimation.EstimateContentBuilder
(Agent target, Role role) 推測のためのEstimateContentBuilderを構築する(主語の指定なし) Constructs an EstimateContentBuilder to utter an estimation (with no subject specified). -
メソッドの概要
-
コンストラクタの詳細
-
EstimateContentBuilder
推測のためのEstimateContentBuilderを構築する(主語の指定なし)Constructs an EstimateContentBuilder to utter an estimation (with no subject specified).- パラメータ:
target
-被推測エージェントThe agent estimated.role
-被推測役職The role estimated.
-
EstimateContentBuilder
推測のためのEstimateContentBuilderを構築するConstructs an EstimateContentBuilder to utter an estimation.- パラメータ:
subject
-推測をするエージェントThe agent who estimates.target
-被推測エージェントThe agent estimated.role
-被推測役職The role estimated.
-