Class AddOnsResponseService

AddOnsResponseService

AddOnsResponseService की मदद से, Google Workspace ऐड-ऑन के लिए जवाब बनाए जा सकते हैं. ये ऐड-ऑन, Google Workspace Flows की सुविधाओं को बढ़ाते हैं.

यह सुविधा, Google Workspace के ऐड-ऑन के लिए सिर्फ़ Gemini Alpha प्रोग्राम के ज़रिए उपलब्ध है. ये ऐड-ऑन, Google Workspace के फ़्लो को बढ़ाते हैं.

इस्तेमाल का उदाहरण:

function myFunction() {
  return AddOnsResponseService.newChatDataActionBuilder();
}

तरीके

तरीकारिटर्न टाइपसंक्षिप्त विवरण
newAction()Actionइससे एक नया Action बनता है.
newNavigation()Navigationइससे एक नया Navigation बनता है.
newRenderActionBuilder()RenderActionBuilderइससे एक नया RenderActionBuilder बनता है.

ज़्यादा जानकारी वाला दस्तावेज़

newAction()

इससे एक नया Action बनता है.

वापसी का टिकट

Action — एक खाली कार्रवाई.


newNavigation()

इससे एक नया Navigation बनता है.

वापसी का टिकट

Navigation — खाली नेविगेशन.


newRenderActionBuilder()

इससे एक नया RenderActionBuilder बनता है.

वापसी का टिकट

RenderActionBuilder — एक खाली RenderActionBuilder.