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