パッケージ org.aiwolf.client.lib

クラス AgreeContentBuilder

java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.AgreeContentBuilder

public class AgreeContentBuilder extends ContentBuilder
同意発話ビルダークラス
Builder class for the utterance of an agreement.
作成者:
otsuki
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
    AgreeContentBuilder(TalkType talkType, int talkDay, int talkID)
    他の発話への同意を発話するためのAgreeContentBuilderを構築する(主語の指定なし) Constructs an AgreeContentBuilder to utter the agreement with the other utterance (with no subject specified).
    AgreeContentBuilder(Agent subject, TalkType talkType, int talkDay, int talkID)
    他の発話への同意を発話するためのAgreeContentBuilderを構築する Constructs an AgreeContentBuilder to utter the agreement with the other utterance.
  • メソッドの概要

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • AgreeContentBuilder

      public AgreeContentBuilder(TalkType talkType, int talkDay, int talkID)
      他の発話への同意を発話するためのAgreeContentBuilderを構築する(主語の指定なし)
      Constructs an AgreeContentBuilder to utter the agreement with the other utterance (with no subject specified).
      パラメータ:
      talkType -
      被同意発話のタイプ。TALKあるいはWHISPER
      Type of the utterance agreed with. TALK or WHISPER.
      talkDay -
      被同意発話の日
      The day of the utterance agreed with.
      talkID -
      被同意発話のID
      The ID of the utterance agreed with.
    • AgreeContentBuilder

      public AgreeContentBuilder(Agent subject, TalkType talkType, int talkDay, int talkID)
      他の発話への同意を発話するためのAgreeContentBuilderを構築する
      Constructs an AgreeContentBuilder to utter the agreement with the other utterance.
      パラメータ:
      subject -
      同意を表明しているエージェント
      The agent who agrees.
      talkType -
      被同意発話のタイプ。TALKあるいはWHISPER
      Type of the utterance agreed with. TALK or WHISPER.
      talkDay -
      被同意発話の日
      The day of the utterance agreed with.
      talkID -
      被同意発話のID
      The ID of the utterance agreed with.