IntentParameterValue
উদ্দেশ্য প্যারামিটারের জন্য একটি মান প্রতিনিধিত্ব করে।
JSON প্রতিনিধিত্ব |
---|
{
"original": string,
"resolved": value
} |
ক্ষেত্র |
---|
original | string প্রয়োজন। মূল পাঠ্যের মান ব্যবহারকারীর উচ্চারণ থেকে বের করা হয়েছে। |
resolved | value ( Value format) প্রয়োজন। ব্যবহারকারীর ইনপুট থেকে বের করা প্যারামিটারের জন্য স্ট্রাকচার্ড মান। এটি শুধুমাত্র তখনই পপুলেট করা হবে যদি প্যারামিটারটি মিলে যাওয়া অভিপ্রায়ে সংজ্ঞায়িত করা হয় এবং অভিপ্রায় ম্যাচিং করার সময় প্যারামিটারের মান চিহ্নিত করা যায়। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-06 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["JSON representation showcases the intent parameter's value with `original` indicating the user's input and `resolved` displaying the structured, extracted value."],["`original` is a required string field containing the raw user utterance, while `resolved` is a required field providing the structured data in [Value](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Value) format, present only if the parameter is defined within the matched intent and its value is identifiable."]]],["The JSON representation defines a value for an intent parameter, containing two key fields. `original` is a required string representing the text extracted from the user's input. `resolved` is also required and holds the structured parameter value in a specified format, extracted from the user's input during intent matching, and is only present if defined and identifiable.\n"]]