diff --git a/docs/01-Business Value/02-Use Cases/02-Consumer Assistant.mdx b/docs/01-Business Value/02-Use Cases/02-Consumer Assistant.mdx index 5b7c15f..127eee7 100644 --- a/docs/01-Business Value/02-Use Cases/02-Consumer Assistant.mdx +++ b/docs/01-Business Value/02-Use Cases/02-Consumer Assistant.mdx @@ -31,5 +31,5 @@ Leveraged wx.ai to provide Spanish translations of user queries and its answers Demonstrated live agent escalation with Genesys from within watsonx Assitant. ### User Interface Integrations -#### [**Hosted Webpage**](/Create/User%20Interface%20Integrations/solution-hosted-webapp) -Adapted the assistant to a custom user-interface skin which enabled additional capabiltiies like showing "cloest ATMs" via a map iframe. +#### [**Hosted Webpage**](/Create/User%20Interface%20Integrations/Hosted%20Static%20Site) +Adapted the assistant to a custom user-interface diff --git a/docs/03-Create/06-Disambiguation Methods.mdx b/docs/03-Create/06-Disambiguation Methods.mdx index 69e0e3a..294c053 100755 --- a/docs/03-Create/06-Disambiguation Methods.mdx +++ b/docs/03-Create/06-Disambiguation Methods.mdx @@ -21,3 +21,5 @@ To incorporate a disambiguation method there are two core steps: 2. Build watsonx Assistant actions for each topic and build a step to surface the entities as options to the user ![](../../assets/screenshots/disam_actions.png) + +3. Combine the user's selected option with their document search request and present the clarified answer to them.