パッケージ 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.
-
-
-
コンストラクタの詳細
-
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あるいはWHISPERType of the utterance agreed with. TALK or WHISPER.talkDay
-被同意発話の日The day of the utterance agreed with.talkID
-被同意発話のIDThe 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あるいはWHISPERType of the utterance agreed with. TALK or WHISPER.talkDay
-被同意発話の日The day of the utterance agreed with.talkID
-被同意発話のIDThe ID of the utterance agreed with.
-
-