Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.AskArgument
-
-
Uses of AskArgument in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.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 technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.weaviate.client.v1.graphql.query.argument that return AskArgument Modifier and Type Method Description AskArgumentAskArgument.AskArgumentBuilder. build() -
Uses of AskArgument in technology.semi.weaviate.client.v1.graphql.query.builder
Methods in technology.semi.weaviate.client.v1.graphql.query.builder that return AskArgument Modifier and Type Method Description AskArgumentAggregateBuilder. getWithAskArgument()AskArgumentExploreBuilder. getWithAskArgument()AskArgumentGetBuilder. getWithAskArgument()Methods in technology.semi.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)
-