AgentLaunch

פרטים על השקת נציג.

ייצוג JSON
{
  "name": string,

  // Union field launch_detail can be only one of the following:
  "businessMessages": {
    object (BusinessMessagesLaunch)
  }
  // End of list of possible types for union field launch_detail.
}
שדות
name

string

חובה. המזהה להפעלה.

שדה איחוד launch_detail. ההרשאה מאפשרת הפעלה בהתאם לסוג הנציג. הערך של launch_detail יכול להיות רק אחת מהאפשרויות הבאות:
businessMessages

object (BusinessMessagesLaunch)

הפעלת הפרטים של נציג תמיכה של Business Messages.

BusinessMessagesLaunch

פרטים על השקת נציג של Business Messages.

ייצוג JSON
{
  "launchDetails": {
    string: {
      object (BusinessMessagesEntryPointLaunch)
    },
    ...
  }
}
שדות
launchDetails

map (key: string, value: object (BusinessMessagesEntryPointLaunch))

חובה. פרטי ההפעלה של כל נקודת כניסה נתמכת. מפתח שמיוצג על ידי BusinessMessagesEntryPointConfig.EntryPoint

אובייקט שמכיל רשימה של "key": value זוגות. דוגמה: { "name": "wrench", "mass": "1.3kg", "count": "3" }

BusinessMessagesEntryPointLaunch

פרטים על הפעלת הנציג של Business Messages לכל נקודת כניסה.

ייצוג JSON
{
  "entryPoint": enum (EntryPoint),
  "launchState": enum (LaunchState),
  "regionCodes": [
    string
  ]
}
שדות
entryPoint

enum (EntryPoint)

נקודת הכניסה שעבורה סופקו פרטי ההשקה.

launchState

enum (LaunchState)

מצב ההפעלה של נקודת הכניסה.

regionCodes[]

string

רשימת קודי האזורים במאגר CLDR של המדינות שבהן הנציג צריך להפעיל NON_LOCAL נקודות כניסה. חובה ל-NON_LOCAL נקודות כניסה. צריך להשתמש בקבוצות משנה של קודי האזורים שצוינו ב-nonLocalConfig של הנציג.