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