Interface RuntimeAnnotation.UserInputOrBuilder (2.52.0)

public static interface RuntimeAnnotation.UserInputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGeneratorName()

public abstract String getGeneratorName()

The resource name of associated generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>

string generator_name = 2;

Returns
Type Description
String

The generatorName.

getGeneratorNameBytes()

public abstract ByteString getGeneratorNameBytes()

The resource name of associated generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>

string generator_name = 2;

Returns
Type Description
ByteString

The bytes for generatorName.

getQuery()

public abstract String getQuery()

Query text. Article Search uses this to store the input query used to generate the search results.

string query = 1;

Returns
Type Description
String

The query.

getQueryBytes()

public abstract ByteString getQueryBytes()

Query text. Article Search uses this to store the input query used to generate the search results.

string query = 1;

Returns
Type Description
ByteString

The bytes for query.

getQuerySource()

public abstract RuntimeAnnotation.UserInput.QuerySource getQuerySource()

Query source for the answer.

.google.cloud.contactcenterinsights.v1.RuntimeAnnotation.UserInput.QuerySource query_source = 3;

Returns
Type Description
RuntimeAnnotation.UserInput.QuerySource

The querySource.

getQuerySourceValue()

public abstract int getQuerySourceValue()

Query source for the answer.

.google.cloud.contactcenterinsights.v1.RuntimeAnnotation.UserInput.QuerySource query_source = 3;

Returns
Type Description
int

The enum numeric value on the wire for querySource.