Configuration for a single generated question.
JSON representation |
---|
{ "catalog": string, "facet": string, "generatedQuestion": string, "finalQuestion": string, "exampleValues": [ string ], "frequency": number, "allowedInConversation": boolean } |
Fields | |
---|---|
catalog |
Required. Resource name of the catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog} |
facet |
Required. The facet to which the question is associated. |
generatedQuestion |
Output only. The LLM generated question. |
finalQuestion |
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[] |
Output only. Values that can be used to answer the question. |
frequency |
Output only. The ratio of how often a question was asked. |
allowedInConversation |
Optional. Whether the question is asked at serving time. |