Class ActionResponse

অ্যাকশনরেসপন্স

যেসব অ্যাকশন অ্যাড-অন কার্ডে বা হোস্ট অ্যাপ্লিকেশনে ব্যবহার করতে পারে।

গুগল চ্যাটের সুবিধা বর্ধনকারী গুগল ওয়ার্কস্পেস অ্যাড-অনগুলির জন্য উপলব্ধ।

const notification = AddOnsResponseService.newNotification().setText("You closed a dialog!");

const navigation = AddOnsResponseService.newNavigation()
    .setEndNavigation(AddOnsResponseService.EndNavigation.CLOSE_DIALOG);

// An action that closes the dialog and shows a notification.
const action = AddOnsResponseService.newActionResponseBuilder()
    .setNavigation(navigation)
    .setNotification(notification)
    .build();

পদ্ধতি

পদ্ধতি রিটার্ন টাইপ সংক্ষিপ্ত বিবরণ
print Json() String এই অবজেক্টটির JSON উপস্থাপনা প্রিন্ট করে।

বিস্তারিত ডকুমেন্টেশন

printJson()

এই অবজেক্টটির JSON উপস্থাপনা প্রিন্ট করে। এটি শুধুমাত্র ডিবাগিংয়ের জন্য।

ফেরত

String