ユーザーがエージェントとの会話を円滑に進めるために、エージェントとの会話を終了した後に、Google がユーザーにアンケートを送信します。会話の最中など、異なるタイミングでデータを収集する場合は、会話のコンテキスト内でアンケートを送信できます。会話内にアンケートが表示され、質問に応じてユーザーがさまざまなオプションを使用してフィードバックを提供できます。
Google がトリガーするアンケートのタイミングは、エージェントのメッセージ対応状況によって異なります。
取り扱い | アンケートの実施時期 |
---|---|
bot のみ | 最後のメッセージの 30 分後 |
人間のみ | 最後のメッセージから 12 時間後 |
bot と人間 | 最後のメッセージから 12 時間後 |
会話ごとに 24 時間ごとに 1 つのアンケートを送信できます。Google との会話前にアンケートを実施した場合、その会話にアンケートが送信されることはありません。 エージェントが 24 時間以内に同じ会話で複数のアンケートを送信した場合、ビジネス メッセージはユーザーに最初のアンケートのみを送信します。
ユーザーがアンケートに回答した後にエージェントとの会話を開始すると、エージェントに対して挨拶が表示されます。 ユーザーがアンケートに回答しないと、アンケートは 7 日後に期限切れとなり、次の会話の終了後には挨拶文が表示されます。
会話中にアンケートがアクティブになっているときに、ユーザーがアンケートとは無関係のメッセージを送信した場合、ビジネス メッセージによってアンケートがキャンセルされ、ユーザーのメッセージがエージェントの Webhook に送信されます。
ユーザーにアンケートを送信しない場合、エージェントは引き続き Google サーベイの結果を Webhook に受け取り、それに応じて処理する必要があります。
よくある質問
アンケートには最大 5 つの質問があり、必須、テンプレート、カスタムの 3 つのカテゴリに分かれています。1 つのアンケートに必ず必須の質問が表示され、その後最大 2 つのテンプレート質問が表示されます。その後、カスタム質問が 2 つまで表示されます。
必須の質問
必要な質問は、ビジネス メッセージがサポートするすべての言語 / 地域にローカライズされています。ユーザーは高評価 / 低評価で返信できます。
必須の質問: 「このメッセージ サービスは AGENT_NAME でニーズに対応していますか?」
テンプレートに関する質問
テンプレートの質問は任意で、Google 定義の質問で、ビジネス メッセージがサポートするすべての言語 / 地域にローカライズされています。1 つのアンケートに、テンプレートに関する質問を 2 つまで含めることができます。ユーザーのレスポンスの形式は質問によって異なります。
テンプレートに関する質問の例:
- AGENT_NAME についての感想をお聞かせください。
- AGENT_NAME をご友人にすすめる可能性はどれくらいですか。
- 次回 AGENT_NAME に問い合わせる際に、メッセージを選択する可能性はどの程度ありますか。
- 全体的に見て、AGENT_NAME の操作は簡単でしたか。
- 次の記述について、どう思われますか。 AGENT_NAME 問題への対応は簡単だった
- サポート スタッフの全体的な満足度をお答えください。
- このチャット セッションは、AGENT_NAME への電話を避けるのに役立ちましたか?
すべてのテンプレートに関する質問の一覧を一覧表示し、テンプレート ID を取得するには:
- Business Communications Developer Console を開き、ビジネス メッセージ Google アカウントでログインします。
- エージェントを選択します。
- 左側のナビゲーションで [アンケート] をクリックします。
カスタムの質問
1 つのアンケートにカスタムの質問を最大 2 つ含めることができます。カスタム質問を指定する場合は、エージェントがサポートするロケールごとに質問のバージョンを含めます。デフォルトの言語 / 地域ごとに各質問のバージョンを指定する必要があります。ユーザーがアンケートを受信したものの、指定されたバージョンのカスタム質問がないロケールにいる場合、質問はエージェントのデフォルトの言語 / 地域で定義されているとおりに表示されます。
カスタムの質問に対する回答では、返信例と同様にテキストとポストバック データが区別されます。
アンケートをカスタマイズする
エージェント向けのアンケートをカスタマイズするには:
- Business Communications Developer Console を開き、ビジネス メッセージ Google アカウントでログインします。
- エージェントを選択します。
- 左側のナビゲーションで [アンケート] をクリックします。
- 使用可能なテンプレート質問が 2 問までアンケートに追加されます。
- [カスタムの質問を作成] をクリックして、アンケートにカスタムの質問を追加します。
形式と値のオプションについては、surveyConfig
をご覧ください。
アンケートを送信する
アンケートを送信するには、次のコマンドを実行します。CONVERSATION_ID は、アンケートを送信する会話の ID に置き換えます。SURVEY_ID は、アンケートの一意の識別子に置き換えます。
cURL
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # https://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # This code sends a survey to the user: # Read more: https://developers.google.com/business-communications/business-messages/guides/how-to/message/surveys?hl=en # Replace the __CONVERSATION_ID__ with a conversation id that you can send messages to # Make sure a service account key file exists at ./service_account_key.json curl -X POST "https://businessmessages.googleapis.com/v1/conversations/__CONVERSATION_ID__/surveys?surveyId=f4bd7576-6c2e-4674-9db4-d697166f63ce" \ -H "Content-Type: application/json" \ -H "User-Agent: curl/business-messages" \ -H "$(oauth2l header --json ./service_account_key.json businessmessages)"
Node.js
/** * This code sends a survey to the user: * Read more: https://developers.google.com/business-communications/business-messages/guides/how-to/message/surveys?hl=en * * This code is based on the https://github.com/google-business-communications/nodejs-businessmessages Node.js * Business Messages client library. */ /** * Edit the values below: */ const PATH_TO_SERVICE_ACCOUNT_KEY = './service_account_key.json'; const CONVERSATION_ID = 'EDIT_HERE'; const businessmessages = require('businessmessages'); const uuidv4 = require('uuid').v4; const {google} = require('googleapis'); // Initialize the Business Messages API const bmApi = new businessmessages.businessmessages_v1.Businessmessages({}); // Set the scope that we need for the Business Messages API const scopes = [ 'https://www.googleapis.com/auth/businessmessages', ]; // Set the private key to the service account file const privatekey = require(PATH_TO_SERVICE_ACCOUNT_KEY); /** * Posts a survey to the Business Messages API. * * @param {string} conversationId The unique id for this user and agent. */ async function sendSurvey(conversationId) { const authClient = await initCredentials(); // Create the payload for creating a new survey const apiParams = { auth: authClient, parent: 'conversations/' + conversationId, surveyId: uuidv4(), resource: {} }; // Call the message create function using the // Business Messages client library bmApi.conversations.surveys.create(apiParams, {auth: authClient}, (err, response) => { console.log(err); console.log(response); }); } /** * Initializes the Google credentials for calling the * Business Messages API. */ async function initCredentials() { // configure a JWT auth client const authClient = new google.auth.JWT( privatekey.client_email, null, privatekey.private_key, scopes, ); return new Promise(function(resolve, reject) { // authenticate request authClient.authorize(function(err, tokens) { if (err) { reject(false); } else { resolve(authClient); } }); }); } sendSurvey(CONVERSATION_ID);
Java
import com.google.api.client.googleapis.services.AbstractGoogleClientRequest; import com.google.api.client.http.HttpBackOffUnsuccessfulResponseHandler; import com.google.api.client.http.HttpRequest; import com.google.api.client.googleapis.auth.oauth2.GoogleCredential; import com.google.api.client.googleapis.javanet.GoogleNetHttpTransport; import com.google.api.client.http.HttpTransport; import com.google.api.client.json.jackson2.JacksonFactory; import com.google.api.client.util.ExponentialBackOff; import com.google.api.services.businessmessages.v1.Businessmessages; import com.google.api.services.businessmessages.v1.model.*; import java.io.FileInputStream; import java.util.Arrays; import java.util.UUID; class SendSurveySnippet { /** * Initializes credentials used by the Business Messages API. */ private static Businessmessages.Builder getBusinessMessagesBuilder() { Businessmessages.Builder builder = null; try { GoogleCredential credential = GoogleCredential .fromStream(new FileInputStream("PATH_TO_SERVICE_ACCOUNT_KEY")); credential = credential.createScoped(Arrays.asList( "https://www.googleapis.com/auth/businessmessages")); credential.refreshToken(); HttpTransport httpTransport = GoogleNetHttpTransport.newTrustedTransport(); JacksonFactory jsonFactory = JacksonFactory.getDefaultInstance(); // Create instance of the Business Messages API builder = new Businessmessages .Builder(httpTransport, jsonFactory, null) .setApplicationName("Sample Application"); // Set the API credentials and endpoint builder.setHttpRequestInitializer(credential); } catch (Exception e) { e.printStackTrace(); } return builder; } public static void main(String args[]) { try { String conversationId = "CONVERSATION_ID"; // Create client library reference Businessmessages.Builder builder = getBusinessMessagesBuilder(); // Create a new survey to send to the user associated with the conversationId Businessmessages.Conversations.Surveys.Create request = bmBuilder.build().conversations().surveys() .create("conversations/" + conversationId, new BusinessMessagesSurvey()); request.setSurveyId(UUID.randomUUID().toString()); // Setup retries with exponential backoff HttpRequest httpRequest = ((AbstractGoogleClientRequest) request).buildHttpRequest(); httpRequest.setUnsuccessfulResponseHandler(new HttpBackOffUnsuccessfulResponseHandler( new ExponentialBackOff())); // Execute request httpRequest.execute(); } catch (Exception e) { e.printStackTrace(); } } }
Python
"""This code sends a survey to the user. Read more: https://developers.google.com/business-communications/business-messages/guides/how-to/message/surveys?hl=en This code is based on the https://github.com/google-business-communications/python-businessmessages Python Business Messages client library. """ import uuid from businessmessages import businessmessages_v1_client as bm_client from businessmessages.businessmessages_v1_messages import BusinessmessagesConversationsSurveysCreateRequest from businessmessages.businessmessages_v1_messages import BusinessMessagesSurvey from oauth2client.service_account import ServiceAccountCredentials # Edit the values below: path_to_service_account_key = './service_account_key.json' conversation_id = 'EDIT_HERE' credentials = ServiceAccountCredentials.from_json_keyfile_name( path_to_service_account_key, scopes=['https://www.googleapis.com/auth/businessmessages']) client = bm_client.BusinessmessagesV1(credentials=credentials) # Create the survey request survey_request = BusinessmessagesConversationsSurveysCreateRequest( surveyId=str(uuid.uuid4().int), parent='conversations/' + conversation_id, businessMessagesSurvey=BusinessMessagesSurvey()) # Send the survey bm_client.BusinessmessagesV1.ConversationsSurveysService( client=client).Create(request=survey_request)
形式と値のオプションについては、conversations.surveys
をご覧ください。
アンケートの回答を受け取る
ユーザーがアンケートの質問に回答すると、エージェントは Webhook で回答を受け取ります。アンケートの回答の受信と処理は、メッセージの受信と同じ方法で行います。
1 つのアンケートのすべての質問に同じ surveyResponse.survey
値が設定されています。アンケートに複数の質問が含まれている場合は、インフラストラクチャが同じ surveyResponse.survey
値で複数の回答を受け入れ、surveyResponse.surveyQuestionId
フィールドで個々の質問を特定していることを確認してください。
アンケートの回答のテキスト値は surveyResponse.questionResponseText
に表示されます。必須の質問とテンプレートに関する質問の場合、ビジネス メッセージは低評価の返信を VERY_SATISFIED
、低評価の返信を VERY_DISSATISFIED
として返します。カスタム質問のレスポンスに絵文字が含まれている場合は、Unicode 値を解析する代わりに surveyResponse.questionResponsePostbackData
を使用することをおすすめします。
アンケートの回答は次の形式になります。
{ "agent": "brands/BRAND_ID/agents/AGENT_ID", "sendTime": "SEND_TIME", "conversationId": "CONVERSATION_ID", "requestId": "REQUEST_ID", "surveyResponse": { "survey": "conversations/CONVERSATION_ID/surveys/SURVEY_ID", "rating": "SURVEY_RATING", "createTime": "CREATE_TIME", "surveyQuestionId": "QUESTION_ID", "questionResponseText": "RESPONSE_TEXT", "questionResponsePostbackData": "RESPONSE_POSTBACK_DATA", "questionType": "QUESTION_TYPE", "questionIndex": QUESTION_INDEX, "totalQuestionCount": TOTAL_QUESTION_COUNT, "surveyTriggerSource": "TRIGGER_SOURCE" } }
形式と値のオプションについては、UserMessage
と SurveyResponse
をご覧ください。