public interface GenerativeQuestionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowedInConversation()
Optional.
|
String |
getCatalog()
Required.
|
com.google.protobuf.ByteString |
getCatalogBytes()
Required.
|
String |
getExampleValues(int index)
Output only.
|
com.google.protobuf.ByteString |
getExampleValuesBytes(int index)
Output only.
|
int |
getExampleValuesCount()
Output only.
|
List<String> |
getExampleValuesList()
Output only.
|
String |
getFacet()
Required.
|
com.google.protobuf.ByteString |
getFacetBytes()
Required.
|
String |
getFinalQuestion()
Optional.
|
com.google.protobuf.ByteString |
getFinalQuestionBytes()
Optional.
|
float |
getFrequency()
Output only.
|
String |
getGeneratedQuestion()
Output only.
|
com.google.protobuf.ByteString |
getGeneratedQuestionBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCatalog()
Required. Resource name of the catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getCatalogBytes()
Required. Resource name of the catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
string catalog = 1 [(.google.api.field_behavior) = REQUIRED];String getFacet()
Required. The facet to which the question is associated.
string facet = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFacetBytes()
Required. The facet to which the question is associated.
string facet = 2 [(.google.api.field_behavior) = REQUIRED];String getGeneratedQuestion()
Output only. The LLM generated question.
string generated_question = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getGeneratedQuestionBytes()
Output only. The LLM generated question.
string generated_question = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getFinalQuestion()
Optional. The question that will be used at serving time. Question can have a max length of 300 bytes. When not populated, generated_question should be used.
string final_question = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFinalQuestionBytes()
Optional. The question that will be used at serving time. Question can have a max length of 300 bytes. When not populated, generated_question should be used.
string final_question = 4 [(.google.api.field_behavior) = OPTIONAL];List<String> getExampleValuesList()
Output only. Values that can be used to answer the question.
repeated string example_values = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];int getExampleValuesCount()
Output only. Values that can be used to answer the question.
repeated string example_values = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];String getExampleValues(int index)
Output only. Values that can be used to answer the question.
repeated string example_values = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getExampleValuesBytes(int index)
Output only. Values that can be used to answer the question.
repeated string example_values = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.float getFrequency()
Output only. The ratio of how often a question was asked.
float frequency = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean getAllowedInConversation()
Optional. Whether the question is asked at serving time.
bool allowed_in_conversation = 7 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.