EntitySet
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সত্তা সেটগুলি সত্তাগুলির পূর্ব-নির্ধারিত সেটগুলিকে বর্ণনা করে যেগুলি থেকে অন্তর্নির্মিত অভিপ্রায় পরামিতিগুলির মানগুলি আসতে পারে৷ বিল্ট-ইন ইনটেন্ট প্যারামিটারে সত্তা সেটগুলি entitySet থেকে উল্লেখ করা যেতে পারে।
YAML প্রতিনিধিত্ব |
---|
entities:
- object (Entity ) |
ক্ষেত্র |
---|
entities[] | object ( Entity ) প্রয়োজন। এই সত্তা সেট সমর্থন করে সত্তা তালিকা. |
সত্তা
একটি সত্তা একটি অন্তর্নির্মিত অভিপ্রায় প্যারামিটার মান থেকে আসতে পারে.
YAML প্রতিনিধিত্ব |
---|
id: string |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Entity sets define pre-determined groups of entities that built-in intent parameters can draw values from."],["Built-in intent parameters can utilize entity sets through the `entitySet` property."],["Entities represent the individual values a built-in intent parameter can accept."],["Each entity is uniquely identified by an `id` and is linked to specific built-in intent parameters."],["You can find a detailed list of built-in intent parameters and their associated entities in the provided documentation link."]]],["Entity sets define the source for built-in intent parameter values. They are referenced via `entitySet` in built-in intent parameters. Entity sets contain a list of `entities`. Each entity has a required `id`, a string that identifies it. The `entities` field is a required object within the entity set. A resource is available to see a list of built-in intent parameters and supported entities.\n"]]