new_releases আপডেট : নতুন বৈশিষ্ট্য এবং পণ্য আপডেটের জন্য
রিলিজ নোট চেক করুন। ,
new_releases আপডেট : নতুন বৈশিষ্ট্য এবং পণ্য আপডেটের জন্য
রিলিজ নোট চেক করুন।
ক্লায়েন্ট লাইব্রেরি
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
RBM ক্লায়েন্ট লাইব্রেরি Node.js, C#, Python, বা Java ব্যবহার করে RBM এজেন্ট তৈরি করা সহজ করে। লাইব্রেরিগুলি আমাদের ওপেন সোর্স প্রোজেক্টে প্রকাশিত হয় এবং আপনার কোডে সহজে ব্যবহারের জন্য ইন্টারনেট রিপোজিটরিতে প্রকাশ করা হয়।
Node.js
আপনার package.json
ফাইলে নিম্নলিখিত নির্ভরতা যোগ করুন:
"dependencies": {
"@google/rcsbusinessmessaging": "^1.0.7"
}
সর্বশেষ সংস্করণের জন্য npm সংগ্রহস্থল পরীক্ষা করুন.
আপনার কোডে যেখানে প্রয়োজন সেখানে আমদানি করুন:
const rbmApiHelper = require('@google/rcsbusinessmessaging');
জাভা
আপনার pom.xml
ফাইলে নিম্নলিখিত নির্ভরতা যোগ করুন:
<dependency>
<groupId>com.google.rbm</groupId>
<artifactId>rbm-api-helper</artifactId>
<version>1.0.0</version>
</dependency>
সর্বশেষ সংস্করণের জন্য Maven সংগ্রহস্থল পরীক্ষা করুন.
আপনার কোডে যেখানে প্রয়োজন সেখানে আমদানি করুন:
import com.google.rbm.RbmApiHelper;
পূর্বশর্ত
আপনি শুরু করার আগে, আপনাকে নিম্নলিখিত জিনিসগুলি করতে হবে:
সেটআপ
প্রথম এজেন্ট নমুনা ডাউনলোড করুন.
দ্রষ্টব্য: ডাউনলোড লিঙ্কগুলি অ্যাক্সেস করতে আপনার RBM Google অ্যাকাউন্ট দিয়ে সাইন ইন করুন ৷ আপনার স্থানীয় মেশিনে ফাইলটি বের করুন।
আপনার RBM শংসাপত্রগুলি কনফিগার করতে README-এর নির্দেশাবলী অনুসরণ করুন৷
আরও জানুন
প্ল্যাটফর্ম এবং এটি কী করতে পারে তা জানতে RBM এজেন্টের সেরা অনুশীলন এবং নমুনাগুলি দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-04-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-04-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eRBM client libraries are available in Node.js, C#, Python, and Java to facilitate the creation of RBM agents.\u003c/p\u003e\n"],["\u003cp\u003eThese libraries can be easily integrated into your code by adding the appropriate dependency to your project's configuration file, such as \u003ccode\u003epackage.json\u003c/code\u003e for Node.js or \u003ccode\u003epom.xml\u003c/code\u003e for Java.\u003c/p\u003e\n"],["\u003cp\u003eBefore using the libraries, you need to register an agent and download/install the necessary software, such as Node.js, Java SDK, Python, or .NET SDK.\u003c/p\u003e\n"],["\u003cp\u003eThe process includes downloading a sample, extracting it, and configuring your RBM credentials according to the provided README instructions.\u003c/p\u003e\n"],["\u003cp\u003eThe libraries are located in the open-source project, with specific links available for the npm repository and the maven repository.\u003c/p\u003e\n"]]],[],null,["# Client libraries\n\nThe RBM client libraries simplify the creation of RBM agents using Node.js, C#,\nPython, or Java. The libraries are published in our\n[open source project](https://github.com/rcs-business-messaging/rbm-api-examples/)\nand released to internet repositories for easy use in your code. \n\n### Node.js\n\n\nAdd the following dependency to your `package.json` file: \n\n \"dependencies\": {\n \"@google/rcsbusinessmessaging\": \"^1.0.7\"\n }\n\nCheck the [npm repository](https://www.npmjs.com/package/@google/rcsbusinessmessaging)\nfor the latest version.\n\nImport where required in your code: \n\n const rbmApiHelper = require('@google/rcsbusinessmessaging');\n\n### Java\n\nAdd the following dependency to your `pom.xml` file: \n\n \u003cdependency\u003e\n \u003cgroupId\u003ecom.google.rbm\u003c/groupId\u003e\n \u003cartifactId\u003erbm-api-helper\u003c/artifactId\u003e\n \u003cversion\u003e1.0.0\u003c/version\u003e\n \u003c/dependency\u003e\n\nCheck the [Maven repository](https://central.sonatype.com/artifact/com.google.rbm/rcsbusinessmessaging)\nfor the latest version.\n\nImport where required in your code: \n\n import com.google.rbm.RbmApiHelper;\n\nPrerequisites\n-------------\n\nBefore you get started, you need to do the following things:\n\n- [Register](/business-communications/rcs-business-messaging/guides/build/agents) an agent.\n- Download and install required software:\n\n ### Node.js\n\n - [Node.js](https://nodejs.org/en/)\n\n ### Java\n\n - [Java 8 SDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)\n - [Maven 3.3.9](http://maven.apache.org) or later\n\n ### Python\n\n - [Python 3+](https://www.python.org/downloads/)\n - [virtualenv](https://pypi.org/project/virtualenv/)\n\n ### C#\n\n - [.NET SDK 2.1](https://dotnet.microsoft.com/download/dotnet-core/2.1) or later\n\nSetup\n-----\n\n1. Download the First Agent Sample.\n\n Note: [Sign in]() with your RBM Google Account to access download links.\n\n \u003cbr /\u003e\n\n2. Extract the file on your local machine.\n\n3. Follow the instructions in the README to configure your RBM credentials.\n\nLearn more\n----------\n\nTake a look at the RBM agent [best practices](/business-communications/rcs-business-messaging/guides/learn/best-practices)\nand [samples](/business-communications/rcs-business-messaging/samples) to get\nto know the platform and what it can do."]]