Interface ListIntentsResponseOrBuilder (4.43.0)

public interface ListIntentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntents(int index)

public abstract Intent getIntents(int index)

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

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Intent

getIntentsCount()

public abstract int getIntentsCount()

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

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
int

getIntentsList()

public abstract List<Intent> getIntentsList()

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

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
List<Intent>

getIntentsOrBuilder(int index)

public abstract IntentOrBuilder getIntentsOrBuilder(int index)

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

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IntentOrBuilder

getIntentsOrBuilderList()

public abstract List<? extends IntentOrBuilder> getIntentsOrBuilderList()

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

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2beta1.IntentOrBuilder>

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.