Interface ListConversationsResponseOrBuilder (4.49.0)

public interface ListConversationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversations(int index)

public abstract Conversation getConversations(int index)

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

repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;

Parameter
Name Description
index int
Returns
Type Description
Conversation

getConversationsCount()

public abstract int getConversationsCount()

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

repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;

Returns
Type Description
int

getConversationsList()

public abstract List<Conversation> getConversationsList()

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

repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;

Returns
Type Description
List<Conversation>

getConversationsOrBuilder(int index)

public abstract ConversationOrBuilder getConversationsOrBuilder(int index)

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

repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;

Parameter
Name Description
index int
Returns
Type Description
ConversationOrBuilder

getConversationsOrBuilderList()

public abstract List<? extends ConversationOrBuilder> getConversationsOrBuilderList()

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

repeated .google.cloud.dialogflow.v2beta1.Conversation conversations = 1;

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2beta1.ConversationOrBuilder>

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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.