Begin

スクリプトの開始点。すべてのStudioスクリプトとサブスクリプトには1つのBeginアクションが必要です。

Dependencies

  • Beginスクリプトの最初のアクションである必要があります。
  • すべてのStudioスクリプトには、1つのBeginアクションが必要です。スクリプトに複数のBeginがある場合、意図したとおりに動作しないことがあります。

Supported Script Types

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

ジェネリック

Eメール チャット 電話 ボイスメール ワークアイテム SMS デジタル

Input Properties

これらのプロパティは、アクションが実行時に使用するデータを定義します。

プロパティ

説明

Caption

Captionを、スクリプト内でこのアクションを一意に識別するものに変更します。IVRプレスパスレポートには、アクション名とキャプションが含まれます。キャプションを説明的でユニークなものにすると、レポートが読みやすく、理解しやすくなります。Use only for BEGIN CASE IF IVRLOG MENU and REQAGENT For example, you could change it to include name of the script.

Application

このプロパティは使用されません。

Parameters

フィールドの省略記号アイコンをクリックし、このスクリプトに各パラメーター用の変数を追加します。エディターウィンドウに1行につき1つの変数を入力します。意味のある変数名を使用してください。変数名は、パラメータを渡すソースで使用されている対応する変数名と一致する必要はありません。

パラメータは、API呼び出しや現在のスクリプトを生成した別のスクリプトなどのソースから取得できます。スクリプトに渡されたパラメータは、Beginアクションでそのスクリプトのトレース出力に表示されます。

Result Branch Conditions

結果の分岐条件を使用すると、アクションが実行されたときにさまざまな結果を処理できるように、スクリプトにブランチを作成できます。

状態

説明

Default

スクリプトが他のブランチのいずれかを取る必要がある条件を満たさない限り、パスが取られます。他のブランチが定義されていない場合にも使用されます。

Tips & Tricks

スクリプトが予期した場所ではなく、途中からランダムに始まる場合は、2つ目のBeginアクションが誤って追加されていないかどうかを確認してください。スクリプトは、最後に追加されたBeginアクションから開始されます。