Interface ImportEvaluationsRequest.ConversationListOrBuilder (0.3.0)

public static interface ImportEvaluationsRequest.ConversationListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversations(int index)

public abstract String getConversations(int index)

Optional. Conversation resource names.

repeated string conversations = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The conversations at the given index.

getConversationsBytes(int index)

public abstract ByteString getConversationsBytes(int index)

Optional. Conversation resource names.

repeated string conversations = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the conversations at the given index.

getConversationsCount()

public abstract int getConversationsCount()

Optional. Conversation resource names.

repeated string conversations = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of conversations.

getConversationsList()

public abstract List<String> getConversationsList()

Optional. Conversation resource names.

repeated string conversations = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the conversations.