public static final class AnswerRecordsGrpc.AnswerRecordsFutureStub extends AbstractFutureStub<AnswerRecordsGrpc.AnswerRecordsFutureStub>
Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected AnswerRecordsGrpc.AnswerRecordsFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<AnswerRecord> |
getAnswerRecord(GetAnswerRecordRequest request)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ListAnswerRecordsResponse> |
listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse
chronological order.
|
com.google.common.util.concurrent.ListenableFuture<AnswerRecord> |
updateAnswerRecord(UpdateAnswerRecordRequest request)
Updates the specified answer record.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected AnswerRecordsGrpc.AnswerRecordsFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<AnswerRecordsGrpc.AnswerRecordsFutureStub>
@Deprecated public com.google.common.util.concurrent.ListenableFuture<AnswerRecord> getAnswerRecord(GetAnswerRecordRequest request)
Deprecated. Retrieves a specific answer record.
public com.google.common.util.concurrent.ListenableFuture<ListAnswerRecordsResponse> listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse chronological order.
public com.google.common.util.concurrent.ListenableFuture<AnswerRecord> updateAnswerRecord(UpdateAnswerRecordRequest request)
Updates the specified answer record.
Copyright © 2022 Google LLC. All rights reserved.