ReleaseChannel
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำจำกัดความของแหล่งข้อมูลเวอร์ชันการเผยแพร่
การแสดง YAML |
name: string
currentVersion: string
pendingVersion: string |
ช่อง |
name |
string
ชื่อที่ไม่ซ้ำกันของเวอร์ชันการเผยแพร่ในรูปแบบต่อไปนี้ projects/{project}/releaseChannels/{release_channel}
|
currentVersion |
string
เวอร์ชันที่ทำให้ใช้งานได้กับเวอร์ชันการเผยแพร่นี้ในปัจจุบันในรูปแบบต่อไปนี้: projects/{project}/versions/{version}
|
pendingVersion |
string
เวอร์ชันที่จะทำให้ใช้งานได้กับเวอร์ชันการเผยแพร่นี้ในรูปแบบต่อไปนี้: projects/{project}/versions/{version}
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eRelease channels define where and how versions of your Dialogflow CX agent are deployed.\u003c/p\u003e\n"],["\u003cp\u003eEach release channel has a unique name, a currently deployed version, and a pending version (if any).\u003c/p\u003e\n"],["\u003cp\u003eVersioning and channels help control the rollout and management of your agent updates.\u003c/p\u003e\n"],["\u003cp\u003eYou can identify versions and channels using their specific format including the project ID.\u003c/p\u003e\n"]]],["The document defines the structure of a release channel resource using YAML. It specifies three key fields: `name`, a unique string identifier for the release channel; `currentVersion`, representing the currently deployed version; and `pendingVersion`, denoting the version scheduled for deployment. Both `currentVersion` and `pendingVersion` use a specific format, referencing versions within projects. The `name` is structured to indicate project and release channel.\n"],null,["# ReleaseChannel\n\n- [YAML representation](#SCHEMA_REPRESENTATION)\n\nDefinition of release channel resource.\n\n| YAML representation ||\n|--------------------------------------------------------------------|---|\n| ``` name: string currentVersion: string pendingVersion: string ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The unique name of the release channel in the following format. `projects/{project}/releaseChannels/{release_channel}`. |\n| `currentVersion` | `string` Version currently deployed to this release channel in the following format: `projects/{project}/versions/{version}`. |\n| `pendingVersion` | `string` Version to be deployed to this release channel in the following format: `projects/{project}/versions/{version}`. |"]]