パッケージ org.aiwolf.client.lib
クラス DisagreeContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.DisagreeContentBuilder
不同意発話ビルダークラス
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
他の発話への不同意を発話するための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
他の発話への不同意を発話するための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.
-