パッケージ 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

      public VoteContentBuilder(Agent target)
      投票発話のためのVoteContentBuilderを構築する(主語の指定なし)
      Constructs a VoteContentBuilder for the utterance of a vote (with no subject specified).
      パラメータ:
      target -
      被投票エージェント
      The voted agent.
    • VoteContentBuilder

      public VoteContentBuilder(Agent subject, Agent target)
      投票発話のためのVoteContentBuilderを構築する
      Constructs a VoteContentBuilder for the utterance of a vote.
      パラメータ:
      subject -
      投票をするエージェント
      The agent who votes.
      target -
      被投票エージェント
      The voted agent.