Uses of Class
com.google.cloud.dialogflow.v2beta1.BatchCreateMessagesRequest
-
Packages that use BatchCreateMessagesRequest Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of BatchCreateMessagesRequest in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return BatchCreateMessagesRequest Modifier and Type Method Description BatchCreateMessagesRequest
BatchCreateMessagesRequest.Builder. build()
BatchCreateMessagesRequest
BatchCreateMessagesRequest.Builder. buildPartial()
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. getDefaultInstance()
BatchCreateMessagesRequest
BatchCreateMessagesRequest.Builder. getDefaultInstanceForType()
BatchCreateMessagesRequest
BatchCreateMessagesRequest. getDefaultInstanceForType()
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseDelimitedFrom(InputStream input)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(byte[] data)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(InputStream input)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(ByteBuffer data)
static BatchCreateMessagesRequest
BatchCreateMessagesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type BatchCreateMessagesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsClient. batchCreateMessagesCallable()
Batch ingests messages to conversation.com.google.api.gax.rpc.UnaryCallSettings<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsSettings. batchCreateMessagesSettings()
Returns the object with the settings used for calls to batchCreateMessages.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsSettings.Builder. batchCreateMessagesSettings()
Returns the builder for the settings used for calls to batchCreateMessages.static io.grpc.MethodDescriptor<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsGrpc. getBatchCreateMessagesMethod()
com.google.protobuf.Parser<BatchCreateMessagesRequest>
BatchCreateMessagesRequest. getParserForType()
static com.google.protobuf.Parser<BatchCreateMessagesRequest>
BatchCreateMessagesRequest. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type BatchCreateMessagesRequest Modifier and Type Method Description BatchCreateMessagesResponse
ConversationsClient. batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.default void
ConversationsGrpc.AsyncService. batchCreateMessages(BatchCreateMessagesRequest request, io.grpc.stub.StreamObserver<BatchCreateMessagesResponse> responseObserver)
Batch ingests messages to conversation.BatchCreateMessagesResponse
ConversationsGrpc.ConversationsBlockingStub. batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.com.google.common.util.concurrent.ListenableFuture<BatchCreateMessagesResponse>
ConversationsGrpc.ConversationsFutureStub. batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.void
ConversationsGrpc.ConversationsStub. batchCreateMessages(BatchCreateMessagesRequest request, io.grpc.stub.StreamObserver<BatchCreateMessagesResponse> responseObserver)
Batch ingests messages to conversation.BatchCreateMessagesRequest.Builder
BatchCreateMessagesRequest.Builder. mergeFrom(BatchCreateMessagesRequest other)
static BatchCreateMessagesRequest.Builder
BatchCreateMessagesRequest. newBuilder(BatchCreateMessagesRequest prototype)
-
Uses of BatchCreateMessagesRequest in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type BatchCreateMessagesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsStub. batchCreateMessagesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
GrpcConversationsStub. batchCreateMessagesCallable()
com.google.api.gax.rpc.UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
HttpJsonConversationsStub. batchCreateMessagesCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsStubSettings. batchCreateMessagesSettings()
Returns the object with the settings used for calls to batchCreateMessages.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateMessagesRequest,BatchCreateMessagesResponse>
ConversationsStubSettings.Builder. batchCreateMessagesSettings()
Returns the builder for the settings used for calls to batchCreateMessages.
-