Interface ListExamplesResponseOrBuilder (0.52.0)

public interface ListExamplesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExamples(int index)

public abstract Example getExamples(int index)

The list of examples. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Example

getExamplesCount()

public abstract int getExamplesCount()

The list of examples. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;

Returns
TypeDescription
int

getExamplesList()

public abstract List<Example> getExamplesList()

The list of examples. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;

Returns
TypeDescription
List<Example>

getExamplesOrBuilder(int index)

public abstract ExampleOrBuilder getExamplesOrBuilder(int index)

The list of examples. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExampleOrBuilder

getExamplesOrBuilderList()

public abstract List<? extends ExampleOrBuilder> getExamplesOrBuilderList()

The list of examples. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3beta1.ExampleOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.