public interface ConversationContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveDocument()
The current active document the user opened.
|
com.google.protobuf.ByteString |
getActiveDocumentBytes()
The current active document the user opened.
|
String |
getContextDocuments(int index)
The current list of documents the user is seeing.
|
com.google.protobuf.ByteString |
getContextDocumentsBytes(int index)
The current list of documents the user is seeing.
|
int |
getContextDocumentsCount()
The current list of documents the user is seeing.
|
List<String> |
getContextDocumentsList()
The current list of documents the user is seeing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getContextDocumentsList()
The current list of documents the user is seeing. It contains the document resource references.
repeated string context_documents = 1;int getContextDocumentsCount()
The current list of documents the user is seeing. It contains the document resource references.
repeated string context_documents = 1;String getContextDocuments(int index)
The current list of documents the user is seeing. It contains the document resource references.
repeated string context_documents = 1;index - The index of the element to return.com.google.protobuf.ByteString getContextDocumentsBytes(int index)
The current list of documents the user is seeing. It contains the document resource references.
repeated string context_documents = 1;index - The index of the value to return.String getActiveDocument()
The current active document the user opened. It contains the document resource reference.
string active_document = 2;com.google.protobuf.ByteString getActiveDocumentBytes()
The current active document the user opened. It contains the document resource reference.
string active_document = 2;Copyright © 2025 Google LLC. All rights reserved.