パッケージ org.aiwolf.client.lib
クラス BecauseContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.BecauseContentBuilder
理由発話ビルダークラス
Builder class for the utterance of a reason.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明BecauseContentBuilder
(Content reason, Content action) 行動の理由を述べるためのBecauseContentBuilderを構築する(主語の指定なし) Constructs a BecauseContentBuilder to express the reason for an action (with no subject specified).BecauseContentBuilder
(Agent subject, Content reason, Content action) 行動の理由を述べるためのBecauseContentBuilderを構築する Constructs a BecauseContentBuilder to express the reason for an action. -
メソッドの概要
-
コンストラクタの詳細
-
BecauseContentBuilder
行動の理由を述べるためのBecauseContentBuilderを構築する(主語の指定なし)Constructs a BecauseContentBuilder to express the reason for an action (with no subject specified).- パラメータ:
reason
-理由を表すContent
Content
representing the reason.action
-行動を表すContent
Content
representing the action.
-
BecauseContentBuilder
行動の理由を述べるためのBecauseContentBuilderを構築するConstructs a BecauseContentBuilder to express the reason for an action.- パラメータ:
subject
-理由を述べるエージェントThe agent who expresses the reason.reason
-理由を表すContent
Content
representing the reason.action
-行動を表すContent
Content
representing the action.
-