パッケージ org.aiwolf.client.lib
クラス AndContentBuilder
java.lang.Object
org.aiwolf.client.lib.ContentBuilder
org.aiwolf.client.lib.AndContentBuilder
AND演算子ビルダークラス
Builder class for AND operator.
- 作成者:
- otsuki
-
コンストラクタの概要
コンストラクタコンストラクタ説明AndContentBuilder
(List<Content> contents) AND演算子のためのAndContentBuilderを構築する(主語の指定なし) Constructs a AndContentBuilder for AND operator (with no subject specified).AndContentBuilder
(Content... contents) AND演算子のためのAndContentBuilderを構築する(主語の指定なし) Constructs a AndContentBuilder for AND operator (with no subject specified).AndContentBuilder
(Agent subject, List<Content> contents) AND演算子のためのAndContentBuilderを構築する Constructs a AndContentBuilder for AND operator.AndContentBuilder
(Agent subject, Content... contents) AND演算子のためのAndContentBuilderを構築する Constructs a AndContentBuilder for AND operator. -
メソッドの概要
-
コンストラクタの詳細
-
AndContentBuilder
AND演算子のためのAndContentBuilderを構築する(主語の指定なし)Constructs a AndContentBuilder for AND operator (with no subject specified).- パラメータ:
contents
-Content
の並びThe series ofContent
s.
-
AndContentBuilder
AND演算子のためのAndContentBuilderを構築するConstructs a AndContentBuilder for AND operator.- パラメータ:
subject
-発話エージェントThe agent who utters.contents
-Content
の並びThe series ofContent
s.
-
AndContentBuilder
AND演算子のためのAndContentBuilderを構築する(主語の指定なし)Constructs a AndContentBuilder for AND operator (with no subject specified).- パラメータ:
contents
-Content
のリストThe list ofContent
s.
-
AndContentBuilder
AND演算子のためのAndContentBuilderを構築するConstructs a AndContentBuilder for AND operator.- パラメータ:
subject
-発話エージェントThe agent who utters.contents
-Content
のリストThe list ofContent
s.
-