Microsoft BotFrameworkComposerを使用してチャットボットを構築しています。 次の展示に示すダイアログデザインがあります。 次の各ステートメントについて、ステートメントがtrueの場合は、[はい]を選択します。それ以外の場合は、[いいえ]を選択します。 注:正しい選択はそれぞれ1ポイントの価値があります。
正解:
Explanation: Box 1: No User.name is a property. Box 2: Yes Box 3: Yes The coalesce() function evaluates a list of expressions and returns the first non-null (or non-empty for string) expression. Reference: https://docs.microsoft.com/en-us/composer/concept-language-generation https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/coalescefunction