public interface ConversationReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConversation()
public abstract String getConversation()
Required. Name of the conversation resource.
Format:
projects/{project}/locations/{location}/conversations/{conversation_id}
string conversation = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The conversation. |
getConversationBytes()
public abstract ByteString getConversationBytes()
Required. Name of the conversation resource.
Format:
projects/{project}/locations/{location}/conversations/{conversation_id}
string conversation = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for conversation. |
getDataAgentContext()
public abstract DataAgentContext getDataAgentContext()
Required. Context for the chat request using a data agent.
.google.cloud.geminidataanalytics.v1beta.DataAgentContext data_agent_context = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataAgentContext |
The dataAgentContext. |
getDataAgentContextOrBuilder()
public abstract DataAgentContextOrBuilder getDataAgentContextOrBuilder()
Required. Context for the chat request using a data agent.
.google.cloud.geminidataanalytics.v1beta.DataAgentContext data_agent_context = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DataAgentContextOrBuilder |
hasDataAgentContext()
public abstract boolean hasDataAgentContext()
Required. Context for the chat request using a data agent.
.google.cloud.geminidataanalytics.v1beta.DataAgentContext data_agent_context = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataAgentContext field is set. |