Magidoc

CreateAIRequestInput
Input Object

Fields

#

answerCount

Non-null

Number of answer variations to be returned.

contentLimit

Non-null

Content limit represents the maximum number of characters to be returned.

contentType

Non-null

Content/answer type. Answers can be formatted as words, sentences, or paragraphs.

model

Non-null

AI model to be used to generate answers

questionStyle

Non-null

BASIC or ADVANCED question style

questionType

Non-null

Question type. When set to KEYWORD, multiple questions can be passed. When Set to TOPIC, only one question can be passed.

questions

[ String !]!
Non-null

Questions used to generate answers.

Usages

#

References

#

  • Argument input of field createAIRequest from type Mutation