REST Resource: partners

משאב: שותף

שותף שצורף למוצר נתמך.

ייצוג JSON
{
  "name": string,
  "displayName": string,
  "productCapabilities": [
    {
      object (ProductCapability)
    }
  ],
  "company": string,
  "contactEmails": [
    string
  ],
  "technicalContact": {
    object (Contact)
  },
  "dialogflowServiceAccountEmail": string
}
שדות
name

string

לא משתנה. המזהה הייחודי של השותף.

מוגדר על ידי הפלטפורמה.

displayName

string

חובה. השם המוצג של השותף.

productCapabilities[]

object (ProductCapability)

יכולות המוצר של השותף.

company

string

אפשרות. שם החברה של השותף.

contactEmails[]

string

אפשרות. רשימת כתובות האימייל ליצירת קשר.

technicalContact

object (Contact)

אפשרות. איש הקשר הטכני של השותף.

dialogflowServiceAccountEmail

string

פלט בלבד. חשבון שירות עם גישה לתפקיד Dialogflow Client API. החשבון הזה נוצר על ידי הפלטפורמה, והוא מאפשר גישה ל-Dialogflow.

ProductCapability

יכולות המוצר שבהן השותף תומך.

ייצוג JSON
{
  "product": enum (Product),

  // Union field capabilities can be only one of the following:
  "businessMessagesCapability": {
    object (BusinessMessagesCapability)
  }
  // End of list of possible types for union field capabilities.
}
שדות
product

enum (Product)

המוצר שהשותף תומך בו.

שדה איחוד capabilities. יכולות השותף. הערך של capabilities יכול להיות רק אחת מהאפשרויות הבאות:
businessMessagesCapability

object (BusinessMessagesCapability)

יכולת של Business Messages.

מוצר

המוצרים הנתמכים על ידי תקשורת עסקית.

טיפוסים בני מנייה (enums)
PRODUCT_UNSPECIFIED מוצר לא מוגדר.
BUSINESS_MESSAGES מוצר Business Messages.

BusinessMessagesCapability

היכולות של Business Messages

ייצוג JSON
{
  "webhookUrl": string
}
שדות
webhookUrl

string

חובה. ה-webhook URL שאליו ההודעות נשלחות.

Contact

פרטי איש קשר

ייצוג JSON
{
  "name": string,
  "email": string,
  "phoneNumber": {
    object (Phone)
  }
}
שדות
name

string

שם איש הקשר.

email

string

כתובת האימייל של איש הקשר.

phoneNumber

object (Phone)

מספר הטלפון של איש הקשר.

שיטות

get

קבלת מידע על השותף.

patch

עדכון המידע עבור השותף.