GenerativeQuestionConfig

Configuration for a single generated question.

JSON representation
{
  "catalog": string,
  "facet": string,
  "generatedQuestion": string,
  "finalQuestion": string,
  "exampleValues": [
    string
  ],
  "frequency": number,
  "allowedInConversation": boolean
}
Fields
catalog

string

Required. Resource name of the catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

facet

string

Required. The facet to which the question is associated.

generatedQuestion

string

Output only. The LLM generated question.

finalQuestion

string

Optional. The question that will be used at serving time. Question can have a max length of 300 bytes. When not populated, generatedQuestion should be used.

exampleValues[]

string

Output only. Values that can be used to answer the question.

frequency

number

Output only. The ratio of how often a question was asked.

allowedInConversation

boolean

Optional. Whether the question is asked at serving time.