パッケージ org.aiwolf.client.lib
クラス VoteContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.VoteContentBuilder
-
public class VoteContentBuilder extends ContentBuilder
投票発話ビルダークラスBuilder class for the utterance of a vote.- 作成者:
- otsuki
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 VoteContentBuilder(Agent target)
投票発話のためのVoteContentBuilderを構築する(主語の指定なし) Constructs a VoteContentBuilder for the utterance of a vote (with no subject specified).VoteContentBuilder(Agent subject, Agent target)
投票発話のためのVoteContentBuilderを構築する Constructs a VoteContentBuilder for the utterance of a vote.
-
-
-
コンストラクタの詳細
-
VoteContentBuilder
public VoteContentBuilder(Agent target)
投票発話のためのVoteContentBuilderを構築する(主語の指定なし)Constructs a VoteContentBuilder for the utterance of a vote (with no subject specified).- パラメータ:
target
-被投票エージェントThe voted agent.
-
-