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. |
generated |
Output only. The LLM generated question. |
final |
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. |
example |
Output only. Values that can be used to answer the question. |
frequency |
Output only. The ratio of how often a question was asked. |
allowed |
Optional. Whether the question is asked at serving time. |