public interface ListExamplesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getExamples(int index)
The list of examples.
|
int |
getExamplesCount()
The list of examples.
|
List<Example> |
getExamplesList()
The list of examples.
|
ExampleOrBuilder |
getExamplesOrBuilder(int index)
The list of examples.
|
List<? extends ExampleOrBuilder> |
getExamplesOrBuilderList()
The list of examples.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Example> getExamplesList()
The list of examples. There will be a maximum number of items returned based on the [page_size][google.cloud.dialogflow.cx.v3beta1.ListExamplesRequest.page_size] field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;Example getExamples(int index)
The list of examples. There will be a maximum number of items returned based on the [page_size][google.cloud.dialogflow.cx.v3beta1.ListExamplesRequest.page_size] field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;int getExamplesCount()
The list of examples. There will be a maximum number of items returned based on the [page_size][google.cloud.dialogflow.cx.v3beta1.ListExamplesRequest.page_size] field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
The list of examples. There will be a maximum number of items returned based on the [page_size][google.cloud.dialogflow.cx.v3beta1.ListExamplesRequest.page_size] field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;ExampleOrBuilder getExamplesOrBuilder(int index)
The list of examples. There will be a maximum number of items returned based on the [page_size][google.cloud.dialogflow.cx.v3beta1.ListExamplesRequest.page_size] field in the request.
repeated .google.cloud.dialogflow.cx.v3beta1.Example examples = 1;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.