Class ConversationsStub (4.47.0)

public abstract class ConversationsStub implements BackgroundResource

Base stub class for the Conversations service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ConversationsStub

Implements

BackgroundResource

Constructors

ConversationsStub()

public ConversationsStub()

Methods

batchCreateMessagesCallable()

public UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse> batchCreateMessagesCallable()
Returns
TypeDescription
UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse>

close()

public abstract void close()

completeConversationCallable()

public UnaryCallable<CompleteConversationRequest,Conversation> completeConversationCallable()
Returns
TypeDescription
UnaryCallable<CompleteConversationRequest,Conversation>

createConversationCallable()

public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
Returns
TypeDescription
UnaryCallable<CreateConversationRequest,Conversation>

generateStatelessSummaryCallable()

public UnaryCallable<GenerateStatelessSummaryRequest,GenerateStatelessSummaryResponse> generateStatelessSummaryCallable()
Returns
TypeDescription
UnaryCallable<GenerateStatelessSummaryRequest,GenerateStatelessSummaryResponse>

getConversationCallable()

public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
Returns
TypeDescription
UnaryCallable<GetConversationRequest,Conversation>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listConversationsCallable()

public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
Returns
TypeDescription
UnaryCallable<ListConversationsRequest,ListConversationsResponse>

listConversationsPagedCallable()

public UnaryCallable<ListConversationsRequest,ConversationsClient.ListConversationsPagedResponse> listConversationsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListConversationsRequest,ListConversationsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ConversationsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listMessagesCallable()

public UnaryCallable<ListMessagesRequest,ListMessagesResponse> listMessagesCallable()
Returns
TypeDescription
UnaryCallable<ListMessagesRequest,ListMessagesResponse>

listMessagesPagedCallable()

public UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse> listMessagesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListMessagesRequest,ListMessagesPagedResponse>

searchKnowledgeCallable()

public UnaryCallable<SearchKnowledgeRequest,SearchKnowledgeResponse> searchKnowledgeCallable()
Returns
TypeDescription
UnaryCallable<SearchKnowledgeRequest,SearchKnowledgeResponse>

suggestConversationSummaryCallable()

public UnaryCallable<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse> suggestConversationSummaryCallable()
Returns
TypeDescription
UnaryCallable<SuggestConversationSummaryRequest,SuggestConversationSummaryResponse>