public interface CreateConversationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversation()
Required.
|
ConversationOrBuilder |
getConversationOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasConversation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Full resource name of parent data store. Format:
`projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Full resource name of parent data store. Format:
`projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasConversation()
Required. The conversation to create.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
Conversation getConversation()
Required. The conversation to create.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
ConversationOrBuilder getConversationOrBuilder()
Required. The conversation to create.
.google.cloud.discoveryengine.v1beta.Conversation conversation = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.