public abstract static class AnswerRecordsGrpc.AnswerRecordsImplBase extends Object implements BindableService
Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
Constructor and Description |
---|
AnswerRecordsImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
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.
|
@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.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2022 Google LLC. All rights reserved.