Package com.google.cloud.dialogflow.v2
Class AnswerRecordsGrpc.AnswerRecordsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AnswerRecordsGrpc.AnswerRecordsBlockingStub>
-
- com.google.cloud.dialogflow.v2.AnswerRecordsGrpc.AnswerRecordsBlockingStub
-
- Enclosing class:
- AnswerRecordsGrpc
public static final class AnswerRecordsGrpc.AnswerRecordsBlockingStub extends io.grpc.stub.AbstractBlockingStub<AnswerRecordsGrpc.AnswerRecordsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AnswerRecords.Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AnswerRecordsGrpc.AnswerRecordsBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
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.
-
-
-
Method Detail
-
build
protected AnswerRecordsGrpc.AnswerRecordsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AnswerRecordsGrpc.AnswerRecordsBlockingStub>
-
listAnswerRecords
public ListAnswerRecordsResponse listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse chronological order.
-
updateAnswerRecord
public AnswerRecord updateAnswerRecord(UpdateAnswerRecordRequest request)
Updates the specified answer record.
-
-