パッケージ org.aiwolf.client.lib
クラス DisagreeContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.DisagreeContentBuilder
-
public class DisagreeContentBuilder extends ContentBuilder
不同意発話ビルダークラスBuilder class for the utterance of a disagreement.- 作成者:
- otsuki
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 DisagreeContentBuilder(TalkType talkType, int talkDay, int talkID)
他の発話への不同意を発話するためのDisagreeContentBuilderを構築する(主語の指定なし) Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance (with no subject specified).DisagreeContentBuilder(Agent subject, TalkType talkType, int talkDay, int talkID)
他の発話への不同意を発話するためのDisagreeContentBuilderを構築する Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance.
-
-
-
コンストラクタの詳細
-
DisagreeContentBuilder
public DisagreeContentBuilder(TalkType talkType, int talkDay, int talkID)
他の発話への不同意を発話するためのDisagreeContentBuilderを構築する(主語の指定なし)Constructs a DisagreeContentBuilder to utter the disagreement with the other utterance (with no subject specified).- パラメータ:
talkType
-被不同意発話のタイプ。TALKあるいはWHISPERType of the utterance disagreed with. TALK or WHISPER.talkDay
-被不同意発話の日The day of the utterance disagreed with.talkID
-被不同意発話のIDThe ID of the utterance disagreed with.
-
DisagreeContentBuilder
public DisagreeContentBuilder(Agent subject, TalkType talkType, int talkDay, int talkID)
他の発話への不同意を発話するためのDisagreeContentBuilderを構築するConstructs a DisagreeContentBuilder to utter the disagreement with the other utterance.- パラメータ:
subject
-不同意を表明しているエージェントType agent who disagrees.talkType
-被不同意発話のタイプ。TALKあるいはWHISPERType of the utterance disagreed with. TALK or WHISPER.talkDay
-被不同意発話の日The day of the utterance disagreed with.talkID
-被不同意発話のIDThe ID of the utterance disagreed with.
-
-