パッケージ org.aiwolf.client.lib
クラス DivinationContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.DivinationContentBuilder
占い発話ビルダークラス
Builder class for the utterance of a divination.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明DivinationContentBuilder
(Agent target) 占い行為について発話するためのDivinationContentBuilderを構築する(主語の指定なし) Constructs a DivinationContentBuilder to utter a divination (with no subject specified).DivinationContentBuilder
(Agent subject, Agent target) 占い行為について発話するためのDivinationContentBuilderを構築する Constructs a DivinationContentBuilder to utter a divination. -
メソッドの概要
-
コンストラクタの詳細
-
DivinationContentBuilder
占い行為について発話するためのDivinationContentBuilderを構築する(主語の指定なし)Constructs a DivinationContentBuilder to utter a divination (with no subject specified).- パラメータ:
target
-被占いエージェントThe agent to be divined.
-
DivinationContentBuilder
占い行為について発話するためのDivinationContentBuilderを構築するConstructs a DivinationContentBuilder to utter a divination.- パラメータ:
subject
-占いをするエージェントThe agent who divines.target
-被占いエージェントThe agent to be divined.
-