REST Resource: partners

संसाधन: पार्टनर

वह पार्टनर जिसे सपोर्ट करने वाले प्रॉडक्ट के साथ शामिल किया गया है.

जेएसओएन के काेड में दिखाना
{
  "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 क्लाइंट एपीआई की भूमिका वाला सेवा खाता. यह खाता प्लैटफ़ॉर्म ने बनाया है. इससे Dialogflow का ऐक्सेस मिलता है.

ProductCapability

प्रॉडक्ट की वे सुविधाएं जो पार्टनर का इस्तेमाल करती हैं.

जेएसओएन के काेड में दिखाना
{
  "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 सुविधा.

प्रॉडक्ट

Business Communications के ज़रिए काम करने वाले प्रॉडक्ट.

Enums
PRODUCT_UNSPECIFIED तय नहीं किया गया प्रॉडक्ट.
BUSINESS_MESSAGES Business Messages प्रॉडक्ट.

BusinessMessagesCapability

Business Messages की सुविधाएं

जेएसओएन के काेड में दिखाना
{
  "webhookUrl": string
}
फ़ील्ड
webhookUrl

string

ज़रूरी है. वह वेबहुक यूआरएल जहां मैसेज डिलीवर किए जाते हैं.

Contact

संपर्क की जानकारी

जेएसओएन के काेड में दिखाना
{
  "name": string,
  "email": string,
  "phoneNumber": {
    object (Phone)
  }
}
फ़ील्ड
name

string

संपर्क किए जाने वाले व्यक्ति का नाम.

email

string

संपर्क किए जाने वाले व्यक्ति का ईमेल.

phoneNumber

object (Phone)

संपर्क किए जाने वाले व्यक्ति का फ़ोन नंबर.

तरीके

get

पार्टनर के बारे में जानकारी पाएं.

patch

पार्टनर के लिए जानकारी अपडेट करता है.