public static final class AnswerRecordsGrpc.AnswerRecordsBlockingStub extends AbstractBlockingStub<AnswerRecordsGrpc.AnswerRecordsBlockingStub>
Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected AnswerRecordsGrpc.AnswerRecordsBlockingStub |
build(Channel channel,
CallOptions callOptions) |
AnswerRecord |
getAnswerRecord(GetAnswerRecordRequest request)
Deprecated.
|
ListAnswerRecordsResponse |
listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse
chronological order.
|
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.AnswerRecordsBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<AnswerRecordsGrpc.AnswerRecordsBlockingStub>
@Deprecated public AnswerRecord getAnswerRecord(GetAnswerRecordRequest request)
Deprecated. Retrieves a specific answer record.
public ListAnswerRecordsResponse listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse chronological order.
public AnswerRecord updateAnswerRecord(UpdateAnswerRecordRequest request)
Updates the specified answer record.
Copyright © 2022 Google LLC. All rights reserved.