Interface Intent.Message.TextOrBuilder (4.47.0)

public static interface Intent.Message.TextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getText(int index)

public abstract String getText(int index)

Optional. The collection of the agent's responses.

repeated string text = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The text at the given index.

getTextBytes(int index)

public abstract ByteString getTextBytes(int index)

Optional. The collection of the agent's responses.

repeated string text = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the text at the given index.

getTextCount()

public abstract int getTextCount()

Optional. The collection of the agent's responses.

repeated string text = 1;

Returns
TypeDescription
int

The count of text.

getTextList()

public abstract List<String> getTextList()

Optional. The collection of the agent's responses.

repeated string text = 1;

Returns
TypeDescription
List<String>

A list containing the text.