Interface ListConversationsResponseOrBuilder (2.22.0)

public interface ListConversationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversations(int index)

public abstract Conversation getConversations(int index)

The conversations that match the request.

repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Conversation

getConversationsCount()

public abstract int getConversationsCount()

The conversations that match the request.

repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;

Returns
TypeDescription
int

getConversationsList()

public abstract List<Conversation> getConversationsList()

The conversations that match the request.

repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;

Returns
TypeDescription
List<Conversation>

getConversationsOrBuilder(int index)

public abstract ConversationOrBuilder getConversationsOrBuilder(int index)

The conversations that match the request.

repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConversationOrBuilder

getConversationsOrBuilderList()

public abstract List<? extends ConversationOrBuilder> getConversationsOrBuilderList()

The conversations that match the request.

repeated .google.cloud.contactcenterinsights.v1.Conversation conversations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.contactcenterinsights.v1.ConversationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token which can be sent as page_token to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token which can be sent as page_token to retrieve the next page. If this field is set, it means there is another page available. If it is not set, it means no other pages are available.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.