public static final class ConversationalSearchServiceGrpc.ConversationalSearchServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ConversationalSearchServiceGrpc.ConversationalSearchServiceBlockingStub>
Service for conversational search.
| Modifier and Type | Method and Description |
|---|---|
AnswerQueryResponse |
answerQuery(AnswerQueryRequest request)
Answer query method.
|
protected ConversationalSearchServiceGrpc.ConversationalSearchServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ConverseConversationResponse |
converseConversation(ConverseConversationRequest request)
Converses a conversation.
|
Conversation |
createConversation(CreateConversationRequest request)
Creates a Conversation.
|
Session |
createSession(CreateSessionRequest request)
Creates a Session.
|
com.google.protobuf.Empty |
deleteConversation(DeleteConversationRequest request)
Deletes a Conversation.
|
com.google.protobuf.Empty |
deleteSession(DeleteSessionRequest request)
Deletes a Session.
|
Answer |
getAnswer(GetAnswerRequest request)
Gets a Answer.
|
Conversation |
getConversation(GetConversationRequest request)
Gets a Conversation.
|
Session |
getSession(GetSessionRequest request)
Gets a Session.
|
ListConversationsResponse |
listConversations(ListConversationsRequest request)
Lists all Conversations by their parent
[DataStore][google.cloud.discoveryengine.v1beta.DataStore].
|
ListSessionsResponse |
listSessions(ListSessionsRequest request)
Lists all Sessions by their parent
[DataStore][google.cloud.discoveryengine.v1beta.DataStore].
|
Conversation |
updateConversation(UpdateConversationRequest request)
Updates a Conversation.
|
Session |
updateSession(UpdateSessionRequest request)
Updates a Session.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected ConversationalSearchServiceGrpc.ConversationalSearchServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ConversationalSearchServiceGrpc.ConversationalSearchServiceBlockingStub>public ConverseConversationResponse converseConversation(ConverseConversationRequest request)
Converses a conversation.
public Conversation createConversation(CreateConversationRequest request)
Creates a Conversation. If the [Conversation][google.cloud.discoveryengine.v1beta.Conversation] to create already exists, an ALREADY_EXISTS error is returned.
public com.google.protobuf.Empty deleteConversation(DeleteConversationRequest request)
Deletes a Conversation. If the [Conversation][google.cloud.discoveryengine.v1beta.Conversation] to delete does not exist, a NOT_FOUND error is returned.
public Conversation updateConversation(UpdateConversationRequest request)
Updates a Conversation. [Conversation][google.cloud.discoveryengine.v1beta.Conversation] action type cannot be changed. If the [Conversation][google.cloud.discoveryengine.v1beta.Conversation] to update does not exist, a NOT_FOUND error is returned.
public Conversation getConversation(GetConversationRequest request)
Gets a Conversation.
public ListConversationsResponse listConversations(ListConversationsRequest request)
Lists all Conversations by their parent [DataStore][google.cloud.discoveryengine.v1beta.DataStore].
public AnswerQueryResponse answerQuery(AnswerQueryRequest request)
Answer query method.
public Answer getAnswer(GetAnswerRequest request)
Gets a Answer.
public Session createSession(CreateSessionRequest request)
Creates a Session. If the [Session][google.cloud.discoveryengine.v1beta.Session] to create already exists, an ALREADY_EXISTS error is returned.
public com.google.protobuf.Empty deleteSession(DeleteSessionRequest request)
Deletes a Session. If the [Session][google.cloud.discoveryengine.v1beta.Session] to delete does not exist, a NOT_FOUND error is returned.
public Session updateSession(UpdateSessionRequest request)
Updates a Session. [Session][google.cloud.discoveryengine.v1beta.Session] action type cannot be changed. If the [Session][google.cloud.discoveryengine.v1beta.Session] to update does not exist, a NOT_FOUND error is returned.
public Session getSession(GetSessionRequest request)
Gets a Session.
public ListSessionsResponse listSessions(ListSessionsRequest request)
Lists all Sessions by their parent [DataStore][google.cloud.discoveryengine.v1beta.DataStore].
Copyright © 2025 Google LLC. All rights reserved.