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 BatchCreateMessagesResponseConversationsClient. batchCreateMessages(BatchCreateMessagesRequest request)Batch ingests messages to conversation.BatchCreateMessagesResponseConversationsClient. batchCreateMessages(ConversationName parent)Batch ingests messages to conversation.BatchCreateMessagesResponseConversationsClient. batchCreateMessages(String parent)Batch ingests messages to conversation.BatchCreateMessagesResponseConversationsGrpc.ConversationsBlockingStub. batchCreateMessages(BatchCreateMessagesRequest request)Batch ingests messages to conversation.BatchCreateMessagesResponseBatchCreateMessagesResponse.Builder. build()BatchCreateMessagesResponseBatchCreateMessagesResponse.Builder. buildPartial()static BatchCreateMessagesResponseBatchCreateMessagesResponse. getDefaultInstance()BatchCreateMessagesResponseBatchCreateMessagesResponse.Builder. getDefaultInstanceForType()BatchCreateMessagesResponseBatchCreateMessagesResponse. getDefaultInstanceForType()static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseDelimitedFrom(InputStream input)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(byte[] data)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(InputStream input)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateMessagesResponseBatchCreateMessagesResponse. parseFrom(ByteBuffer data)static BatchCreateMessagesResponseBatchCreateMessagesResponse. 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.BuilderBatchCreateMessagesResponse.Builder. mergeFrom(BatchCreateMessagesResponse other)static BatchCreateMessagesResponse.BuilderBatchCreateMessagesResponse. newBuilder(BatchCreateMessagesResponse prototype)Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type BatchCreateMessagesResponse Modifier and Type Method Description default voidConversationsGrpc.AsyncService. batchCreateMessages(BatchCreateMessagesRequest request, io.grpc.stub.StreamObserver<BatchCreateMessagesResponse> responseObserver)Batch ingests messages to conversation.voidConversationsGrpc.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.
-