Interface ListSessionEntityTypesResponseOrBuilder (0.48.0)

public interface ListSessionEntityTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getSessionEntityTypes(int index)

public abstract SessionEntityType getSessionEntityTypes(int index)

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

repeated .google.cloud.dialogflow.cx.v3.SessionEntityType session_entity_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SessionEntityType

getSessionEntityTypesCount()

public abstract int getSessionEntityTypesCount()

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

repeated .google.cloud.dialogflow.cx.v3.SessionEntityType session_entity_types = 1;

Returns
TypeDescription
int

getSessionEntityTypesList()

public abstract List<SessionEntityType> getSessionEntityTypesList()

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

repeated .google.cloud.dialogflow.cx.v3.SessionEntityType session_entity_types = 1;

Returns
TypeDescription
List<SessionEntityType>

getSessionEntityTypesOrBuilder(int index)

public abstract SessionEntityTypeOrBuilder getSessionEntityTypesOrBuilder(int index)

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

repeated .google.cloud.dialogflow.cx.v3.SessionEntityType session_entity_types = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
SessionEntityTypeOrBuilder

getSessionEntityTypesOrBuilderList()

public abstract List<? extends SessionEntityTypeOrBuilder> getSessionEntityTypesOrBuilderList()

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

repeated .google.cloud.dialogflow.cx.v3.SessionEntityType session_entity_types = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.SessionEntityTypeOrBuilder>