パッケージ org.aiwolf.client.lib
クラス EstimateContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.EstimateContentBuilder
-
public class EstimateContentBuilder extends ContentBuilder
推測発話ビルダークラス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
public EstimateContentBuilder(Agent target, Role role)
推測のためのEstimateContentBuilderを構築する(主語の指定なし)Constructs an EstimateContentBuilder to utter an estimation (with no subject specified).- パラメータ:
target
-被推測エージェントThe agent estimated.role
-被推測役職The role estimated.
-
EstimateContentBuilder
public EstimateContentBuilder(Agent subject, Agent target, Role role)
推測のためのEstimateContentBuilderを構築するConstructs an EstimateContentBuilder to utter an estimation.- パラメータ:
subject
-推測をするエージェントThe agent who estimates.target
-被推測エージェントThe agent estimated.role
-被推測役職The role estimated.
-
-