public static interface ImportEvaluationsRequest.ConversationListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 |
intThe 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 |
intThe 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. |