EntitySet
Tập hợp thực thể mô tả tập hợp các thực thể được xác định trước mà giá trị của tham số ý định tích hợp có thể đến từ đó. Bạn có thể tham chiếu các nhóm thực thể từ entitySet trong các tham số ý định tích hợp.
Trình bày theo YAML |
entities:
- object (Entity ) |
Trường |
entities[] |
object (Entity )
Bắt buộc. Danh sách các thực thể mà nhóm thực thể này hỗ trợ.
|
Thực thể
Thực thể nơi có giá trị tham số ý định tích hợp.
Trình bày theo YAML |
id: string |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-22 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-22 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"]]