Class ActionResponse
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
İşlemYanıt
Eklentilerin kartlarda veya ana uygulamada kullanabileceği işlemler.
Google Chat'i genişleten Google Workspace eklentileri için kullanılabilir.
constnotification=AddOnsResponseService.newNotification().setText("You closed a dialog!");constnavigation=AddOnsResponseService.newNavigation().setEndNavigation(AddOnsResponseService.EndNavigation.CLOSE_DIALOG);// An action that closes the dialog and shows a notification.constaction=AddOnsResponseService.newActionResponseBuilder().setNavigation(navigation).setNotification(notification).build();
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2026-01-06 UTC."],[],[]]