パッケージ org.aiwolf.client.lib
クラス RequestContentBuilder
- java.lang.Object
-
- org.aiwolf.client.lib.ContentBuilder
-
- org.aiwolf.client.lib.RequestContentBuilder
-
public class RequestContentBuilder extends ContentBuilder
要求発話ビルダークラスBuilder class for the utterance of a request.- 作成者:
- otsuki
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 RequestContentBuilder(Agent target, Content content)
他エージェントの行動を要求するためのRequestContentBuilderを構築する(主語の指定なし) Constructs a RequestContentBuilder to request for the other agent's action (with no subject specified).RequestContentBuilder(Agent subject, Agent target, Content content)
他エージェントの行動を要求するためのRequestContentBuilderを構築する Constructs a RequestContentBuilder to request for the other agent's action.
-
-
-
コンストラクタの詳細
-
RequestContentBuilder
public RequestContentBuilder(Agent target, Content content)
他エージェントの行動を要求するためのRequestContentBuilderを構築する(主語の指定なし)Constructs a RequestContentBuilder to request for the other agent's action (with no subject specified).- パラメータ:
target
-要求先のエージェントThe requested agent.content
-要求される行動を表すContent
Content
representing the requested action.
-
RequestContentBuilder
public RequestContentBuilder(Agent subject, Agent target, Content content)
他エージェントの行動を要求するためのRequestContentBuilderを構築するConstructs a RequestContentBuilder to request for the other agent's action.- パラメータ:
subject
-要求をするエージェントThe agent who requests.target
-要求先のエージェントThe requested agent.content
-要求される行動を表すContent
Content
representing the requested action.
-
-