Class AskArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.AskArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAskArgument.AskArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static AskArgument.AskArgumentBuilderbuilder()BooleangetAutocorrect()FloatgetCertainty()FloatgetDistance()String[]getProperties()StringgetQuestion()BooleangetRerank()StringtoString()
-
-
-
Method Detail
-
builder
public static AskArgument.AskArgumentBuilder builder()
-
getQuestion
public String getQuestion()
-
getProperties
public String[] getProperties()
-
getCertainty
public Float getCertainty()
-
getDistance
public Float getDistance()
-
getAutocorrect
public Boolean getAutocorrect()
-
getRerank
public Boolean getRerank()
-
-