パッケージ org.aiwolf.client.lib

クラス InquiryContentBuilder


  • public class InquiryContentBuilder
    extends ContentBuilder
    照会発話ビルダークラス
    Builder class for the utterance of an inquiry.
    作成者:
    otsuki
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      InquiryContentBuilder​(Agent target, Content content)
      照会発話のためのInquiryContentBuilderを構築する(主語の指定なし) Constructs a InquiryContentBuilder for the utterance of an inquiry (with no subject specified).
      InquiryContentBuilder​(Agent subject, Agent target, Content content)
      照会発話のためのInquiryContentBuilderを構築する Constructs a InquiryContentBuilder for the utterance of an inquiry.
    • メソッドの概要

      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • コンストラクタの詳細

      • InquiryContentBuilder

        public InquiryContentBuilder​(Agent target,
                                     Content content)
        照会発話のためのInquiryContentBuilderを構築する(主語の指定なし)
        Constructs a InquiryContentBuilder for the utterance of an inquiry (with no subject specified).
        パラメータ:
        target -
        被照会エージェント
        The inquired agent.
        content -
        照会事項を表すContent
        Content representing the inquired matter.
      • InquiryContentBuilder

        public InquiryContentBuilder​(Agent subject,
                                     Agent target,
                                     Content content)
        照会発話のためのInquiryContentBuilderを構築する
        Constructs a InquiryContentBuilder for the utterance of an inquiry.
        パラメータ:
        subject -
        照会をするエージェント
        The agent who inquires.
        target -
        被照会エージェント
        The inquired agent.
        content -
        照会事項を表すContent
        Content representing the inquired matter.