Uses of Class
com.google.cloud.dialogflow.v2beta1.BatchCreateMessagesResponse
-
Packages that use BatchCreateMessagesResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of BatchCreateMessagesResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return BatchCreateMessagesResponse Modifier and Type Method Description BatchCreateMessagesResponse
ConversationsClient. batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.BatchCreateMessagesResponse
ConversationsClient. batchCreateMessages(ConversationName parent)
Batch ingests messages to conversation.BatchCreateMessagesResponse
ConversationsClient. batchCreateMessages(String parent)
Batch ingests messages to conversation.BatchCreateMessagesResponse
ConversationsGrpc.ConversationsBlockingStub. batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.BatchCreateMessagesResponse
BatchCreateMessagesResponse.Builder. build()
BatchCreateMessagesResponse
BatchCreateMessagesResponse.Builder. buildPartial()
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. getDefaultInstance()
BatchCreateMessagesResponse
BatchCreateMessagesResponse.Builder. getDefaultInstanceForType()
BatchCreateMessagesResponse
BatchCreateMessagesResponse. getDefaultInstanceForType()
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseDelimitedFrom(InputStream input)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(byte[] data)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(InputStream input)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(ByteBuffer data)
static BatchCreateMessagesResponse
BatchCreateMessagesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type BatchCreateMessagesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchCreateMessagesResponse>
ConversationsGrpc.ConversationsFutureStub. batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.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<BatchCreateMessagesResponse>
BatchCreateMessagesResponse. getParserForType()
static com.google.protobuf.Parser<BatchCreateMessagesResponse>
BatchCreateMessagesResponse. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type BatchCreateMessagesResponse Modifier and Type Method Description BatchCreateMessagesResponse.Builder
BatchCreateMessagesResponse.Builder. mergeFrom(BatchCreateMessagesResponse other)
static BatchCreateMessagesResponse.Builder
BatchCreateMessagesResponse. newBuilder(BatchCreateMessagesResponse prototype)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type BatchCreateMessagesResponse Modifier and Type Method Description default void
ConversationsGrpc.AsyncService. batchCreateMessages(BatchCreateMessagesRequest request, io.grpc.stub.StreamObserver<BatchCreateMessagesResponse> responseObserver)
Batch ingests messages to conversation.void
ConversationsGrpc.ConversationsStub. batchCreateMessages(BatchCreateMessagesRequest request, io.grpc.stub.StreamObserver<BatchCreateMessagesResponse> responseObserver)
Batch ingests messages to conversation. -
Uses of BatchCreateMessagesResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type BatchCreateMessagesResponse 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.
-