パッケージ 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

      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.