public static interface RuntimeAnnotation.UserInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGeneratorName()
The resource name of associated generator.
|
com.google.protobuf.ByteString |
getGeneratorNameBytes()
The resource name of associated generator.
|
String |
getQuery()
Query text.
|
com.google.protobuf.ByteString |
getQueryBytes()
Query text.
|
RuntimeAnnotation.UserInput.QuerySource |
getQuerySource()
Query source for the answer.
|
int |
getQuerySourceValue()
Query source for the answer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQuery()
Query text. Article Search uses this to store the input query used to generate the search results.
string query = 1;com.google.protobuf.ByteString getQueryBytes()
Query text. Article Search uses this to store the input query used to generate the search results.
string query = 1;String getGeneratorName()
The resource name of associated generator. Format: `projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>`
string generator_name = 2;com.google.protobuf.ByteString getGeneratorNameBytes()
The resource name of associated generator. Format: `projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>`
string generator_name = 2;int getQuerySourceValue()
Query source for the answer.
.google.cloud.contactcenterinsights.v1.RuntimeAnnotation.UserInput.QuerySource query_source = 3;
RuntimeAnnotation.UserInput.QuerySource getQuerySource()
Query source for the answer.
.google.cloud.contactcenterinsights.v1.RuntimeAnnotation.UserInput.QuerySource query_source = 3;
Copyright © 2025 Google LLC. All rights reserved.