0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

EinsteinBotでのエラー

Last updated at Posted at 2024-08-08

Error

Error when invoking /support/conversations/0X91x00000000Mq/invocations/0SC1x0000004KFSGA2: [{"actionName":"setup_bot__IntroBotCreateCase","errors":[{"statusCode":"UNKNOWN_EXCEPTION","message":"Se ha producido un error al ejecutar una entrevista de flujo.","fields":[]}],"isSuccess":false,"outputValues":null}]

Please check this article.

https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000AMzDuSAL

To eliminate the error, the bot must be run in a custom user context. For that, I changed the bot's default user to system admin user. Go to bot> Overview> Bot user.

Whenever you call a flow from a bot, the bot user may not access all components of the flow. In that regard, we need to run the bot with a custom user and the client user must have access to these components. So preferably add Administrator as custom user on bot overview page.

このエラーを解消するには、ボットをカスタム ユーザー コンテキストで実行する必要があります。そのために、ボットのデフォルト ユーザーをシステム管理者ユーザーに変更しました。 [ボット] > [概要] > [ボット ユーザー] に移動します。

ボットからフローを呼び出すときは常に、ボット ユーザーがフローのすべてのコンポーネントにアクセスできるわけではありません。その点で、カスタム ユーザーでボットを実行する必要があり、クライアント ユーザーはこれらのコンポーネントにアクセスできる必要があります。したがって、ボットの概要ページに管理者をカスタム ユーザーとして追加することをお勧めします。

FWIW I had this same error as OP, and the solution was manually adding an enhanced link messaging component (which I used in another dialog) to my production org before I was able to validate the change set.

I got to this conclusion by removing all references to the dialog mentioned in the error, then observing a new error in the subsequent validation attempt, which mentioned the enhanced link. After I manually recreated this, I was able to replace the references to the dialog I had removed in the previous change set, and all then validated fine.

WIW OP と同じエラーが発生しました。解決策は、変更セットを検証する前に、拡張リンク メッセージング コンポーネント (別のダイアログで使用した) を本番組織に手動で追加することでした。

エラーで言及されているダイアログへの参照をすべて削除し、その後の検証試行で拡張リンクについて言及している新しいエラーを観察することで、この結論に達しました。これを手動で再作成した後、前の変更セットで削除したダイアログへの参照を置き換えることができ、すべてが正常に検証されました。

image.png

There was a problem communicating with the bot. c2c.ChatbotApiException: Chatbot api https://bot-runtime-api.sfdc-chho0.svc.sfdcfc.net/v5.0.0/bots/0Xx5j000000HBHLCA4/sessions response code 500, response body Close

5-day trial org with Einstein Generative AI. での不具合

"ExactTarget.OMM.FunctionExecutionException: An error occurred when attempting to evaluate a HttpPost function call. See inner exception for details.\r\n Error Code: OMM_FUNC_EXEC_ERROR\r\n - from Jint --> \r\n\r\n --- inner exception 1---\r\n\r\nSystem.Net.WebException: The remote server returned an error: (400) Bad Request. - from System\r\n\r\n\r\n\r\n"

"An error occurred when attempting to evaluate a HttpPost function call. See inner exception for details."

image.png

わかりました。どうやらコンテキスト変数の制限は 20 個あるようですが、これは既存のボットには適用されず、別の環境にクローンまたはプッシュする場合にのみ適用されます。

image.png

I tried as suggested to connect with my browser's incognito mode and with a different browser but it didn't work.

So i decided to re-take the whole project from the beginning in a new Playground and i noticed that at the first attempt i made a mistake replacing the "" in the https://.vf.force.com URL with my initials and today's date, due to a misunderstanding.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?