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