Uses of Class
io.weaviate.client.v1.graphql.query.argument.AskArgument
-
Packages that use AskArgument Package Description io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.argument io.weaviate.client.v1.graphql.query.builder -
-
Uses of AskArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type AskArgument Modifier and Type Method Description AggregateAggregate. withAsk(AskArgument ask)ExploreExplore. withAsk(AskArgument ask)GetGet. withAsk(AskArgument ask) -
Uses of AskArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return AskArgument Modifier and Type Method Description AskArgumentAskArgument.AskArgumentBuilder. build() -
Uses of AskArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return AskArgument Modifier and Type Method Description AskArgumentAggregateBuilder. getWithAskArgument()AskArgumentExploreBuilder. getWithAskArgument()AskArgumentGetBuilder. getWithAskArgument()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type AskArgument Modifier and Type Method Description AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withAskArgument(AskArgument withAskArgument)ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withAskArgument(AskArgument withAskArgument)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withAskArgument(AskArgument withAskArgument)
-