התכונה 'פעולות שיחה' הוצאה משימוש ב-13 ביוני 2023.
כאן תוכלו לקרוא מידע נוסף על ההוצאה משימוש של 'פעולות שיחה'.
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} .
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-10 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-10 (שעון UTC)."],[[["Release channels define where and how versions of your Dialogflow CX agent are deployed."],["Each release channel has a unique name, a currently deployed version, and a pending version (if any)."],["Versioning and channels help control the rollout and management of your agent updates."],["You can identify versions and channels using their specific format including the project ID."]]],["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"]]