Interface ListConversationsResponseOrBuilder (2.44.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
Name Description
index int
Returns
Type Description
Conversation

getConversationsCount()

public abstract int getConversationsCount()

The conversations that match the request.

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

Returns
Type Description
int

getConversationsList()

public abstract List<Conversation> getConversationsList()

The conversations that match the request.

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

Returns
Type Description
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
Name Description
index int
Returns
Type Description
ConversationOrBuilder

getConversationsOrBuilderList()

public abstract List<? extends ConversationOrBuilder> getConversationsOrBuilderList()

The conversations that match the request.

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

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

The bytes for nextPageToken.