仮想サービス・エージェント・フロー・ビルダーのステップ・タイプについて
会話フローは一連のステップで構成されています。ステップには、仮想サービス エージェントがカスタマーにメッセージを送信するような単純なものもあれば、仮想サービス エージェントによるリクエスト タイプの変更や Web リクエストの送信など、技術的でカスタマーには見えないものもあります。会話フローの作成または編集の方法をご確認ください。
選択肢を提示
このステップ タイプは、あらかじめ用意された選択肢のリストをカスタマーに提示する場合に使用します。
「選択肢を提示」ステップ タイプでは以下のことが行われます。
仮想サービス エージェントからカスタマーにメッセージを送信します (メッセージには書式設定とハイパーリンクを含めることができます)
1 ~ 10 の選択肢を提示する
選択肢ごとに会話フローの新しいブランチを作成する
1 〜 5 の選択肢がある場合、選択肢をボタンとして表示する
6 ~ 10 の選択肢がある場合、ドロップダウンのセレクターで選択肢を表示する
例
たとえば、最寄りのオフィスでの勤務について、従業員に異なる情報を提供したいものの、その情報が従業員の所在地によって変わることを想定しましょう。 その場合は、選択肢を提示 ステップを追加して、「適切な情報をお伝えするために、拠点の地域を教えてください」と仮想サービス エージェント に尋ねさせて、「 日本」、「 オーストラリア」、「 ニュージーランド」、「 米国」など、選択肢として国を提示します。
カスタマーが国を選択すると、仮想 サービス エージェントが最も正確な情報を提供するその国の会話フローブランチに沿って会話を開始します。
メッセージを送信
このステップは、仮想サービス・エージェントがカスタマーにメッセージを送信する場合に使用します。
「メッセージを送信」ステップ タイプには次の特徴があります。
仮想サービス エージェントからカスタマーにメッセージを送信します (メッセージには書式設定とハイパーリンクを含めることができます)
can be used in a series — just add multiple send message steps in a row
短く親しみやすい応答、重要な情報、重要な情報へのリンクを提供するのに適している
例
上記の選択肢提示の例で、カスタマーが自分の国として「オーストラリア」を選択したとします。また、カスタマーに送信する必要のある情報はヘルプ センターのドキュメンテーションに記載されていますが、内容が複雑であるためメッセージに入れることができないとします。
In the conversation flow, after the Australia choice, you could add a send message step that says, “Got it! Check out this link for information about working from our Australian offices: www.example.com.”
情報提供を依頼
Use this step when you’d like to collect information from customers if a work item is created later in the conversation, or to use as a placeholder in a send web request step.
「情報提供を依頼」ステップ タイプでは以下のことが行われます。
仮想サービス エージェントからカスタマーにメッセージを送信します (メッセージには書式設定とハイパーリンクを含めることができます)
カスタマーからの返答を待ってから、会話フローを継続する
uses the customer’s response to use as a placeholder in a send web request step
サポートされているフィールド タイプ
カスタム フィールドは、「情報提供を依頼」ステップでのみ使用できます。サポートされているカスタム フィールド タイプは次のとおりです。
日付
段落
短いテキスト
1 つを選択
フィールドを複数回使用する
Fields cannot be used more than once in the same conversation flow branch. Reusing a field in multiple ask for information steps in one branch may result in the virtual service agent using the wrong information in later send web request steps.
例
In the examples above, let’s say your customer chooses Australia as their region, and the virtual service agent sends them a link to some relevant information about visiting their local office. After this, the virtual service agent may ask (using another offer choices step): “Do you want to book a desk in one of our Australian offices?” with Yes and No choices.
カスタマーが「いいえ」を選択した場合は、会話を続けるか、解決したとするか、標準フローにエスカレートして会話を終了できます。標準フローの詳細をご確認ください。
If the customer selects Yes, you may want to insert an ask for information step: “So that I can help you, can you tell me which office you’d like to visit?”
When they respond with the name of the nearest office, this could be used in a send web request step later in theconversation flow branch, allowing them to instantly book a desk at their local office.
リクエスト タイプとフィールドを変更
Use this step type when you want to override the virtual service agent default request type for any work items created after a specific point in a conversation flow. Read more about the virtual service agent default request type.
「リクエスト タイプとフィールドを変更」ステップ タイプには次の特徴があります。
何が行われているかはカスタマーには見えない
allows you to choose a specific request type (and set field values, if desired) for any work items created in the conversation beyond that step, overriding the virtual service agent default request type
例
Continuing with the examples above, let’s say you need to make sure that all work items created for customers based in Australia use a different request type to the other countries (which just use the virtual service agent default request type).
To do this, you could add a change request type and fields step right after the Australia choice. When adding this step, you choose which request type you want to use for all work items created after someone selects Australia (and if desired, specify one or more field values).
Web リクエストを送信
The send web request step type allows you to automatically send a request to a server, and get web pages or resources in return. Find out how to create a send web request step.
例
引き続き「情報提供を依頼」の例を見てみましょう。たとえば、「適切なサポートをご提供できるように、どのオフィスを訪れたいか教えてください」という質問に対して、カスタマーが「シドニー」と回答したとします。
You could set up a send web request step later in the branch that sends a web request to a URL created for booking a desk at your company’s offices around the world, and reference it using the syntax provided on the ask for information step for the “Sydney” response:
{
"office": "{{customfield_10081.id}}",
"reporter": "{{reporter.emailAddress}}"
}
If the response from the web request matched one of your success conditions (status ~ 2??
) , you could then have the virtual service agent tell the customer (using the send message step type) that their desk has been booked.
Run Automation rule
The run Automation rule step type lets you automate actions by triggering Automation rules during virtual service agent conversations. Find out how to run an Automation rule in a conversation flow.
Customers won’t notice when an Automation rule is run during a conversation flow – it happens in the background.
例
Let’s say that you’ve made a conversation flow for customers having problems using software programs, and when the conversation gets to a certain point (based on customer responses), you want to automatically create an incident in Jira Service Management.
In this case, you could go to Automation and create a rule using the Conversation flow step trigger and the Create incident action. Back in the virtual service agent conversation flow builder, you would then add arun Automation rule step, and select the Automation rule you just created.
この内容はお役に立ちましたか?