Pesquise respostas existentes para suas dúvidas sobre produtos e suporte.
Familiarize-se com nosso site de suporte e conheça as melhores práticas para trabalhar com nossa equipe.
Gerencie Solicitações de Serviço; visualize e atualize solicitações de serviço enviadas por você e por outras pessoas da sua organização.
Envie um novo problema para nossa equipe de suporte técnico.
Informações sobre o Oracle B2C Service fornecidas por especialistas da nossa equipe de Suporte Técnico.
Explore recursos para ajudar você a lançar sua implementação e garantir uma entrada em produção bem-sucedida.
Acesse sua conta OCI.
Encontre a documentação do produto para versões compatíveis do B2C e bibliotecas de documentação para soluções de serviço relacionadas.
Você terá as ferramentas para melhorar a experiência dos seus clientes ao conhecer tudo o que nossos produtos podem fazer.
Encontre links para documentação de API, Processos Personalizados, Portal do Cliente e Framework de Extensibilidade da Interface de Usuário do Navegador do Agente.
Explore como os aceleradores são projetados para demonstrar como um cenário de integração pode ser criado usando os recursos públicos de integração e extensão do Oracle B2C Service.
Prepare-se para uma transição bem-sucedida revisando as alterações e melhorias das próximas versões.
Explore webinars, eventos e kits de recursos para conhecer os recursos, funcionalidades e melhores práticas do B2C Service com especialistas técnicos.
O Oracle MyLearn oferece um portfólio de recursos de aprendizagem gratuitos e pagos, baseados em assinatura, para ajudar você a adquirir habilidades valiosas, acelerar a adoção da nuvem, aumentar a produtividade e transformar seus negócios.
Capacite sua equipe com as habilidades necessárias para implementar, configurar, gerenciar e usar seus aplicativos com o treinamento do Customer Experience Cloud.
Nosso objetivo é promover um ambiente amigável e colaborativo, no qual os membros possam colaborar facilmente entre si em soluções e melhores práticas.
Faça e responda perguntas específicas sobre B2C.
Este é um recurso interessante criado para ajudar com o Oracle Service Cloud Analytics.
Compartilhe ideias de melhoria de produto e solicitações de aprimoramento com o Desenvolvimento da Oracle, enquanto colabora com outros clientes e parceiros da Oracle.
Atualize seu número de telefone, preferências de notificação por e-mail e preferências de contato para severidade 1 e severidade 2.
Visualize os gerentes de contato da sua organização.
Encontre as informações de contato do Technical Account Manager (TAM) e do Client Success Manager (CSM) da sua organização.
Environment:
Aliases
Issue:
When I add keywords to individual answers, I find that I have to add the same group of keywords to lots of my answers in the knowledge base. It would be better to define a global list of keywords to use when searching all of my answers.
Resolution:
You can use aliases (synonyms) to enhance searching. Adding aliases lets you link terms that are specific to your industry or organization to similar terms your customers may search for. For example, a customer might search for an acronym, such as "GPS", but all of your answers regarding GPS might spell out the full term "global positioning system". Creating an alias word list lets you link these two terms and save time because you need to create this link only once instead of adding it as a keyword to multiple answers.
In this example, you would add the following line to the aliases.txt file.
GPS,GLOBAL POSITIONING SYSTEM,NAVIGATIONAL SYSTEM
You can use the aliases.txt file to define business-specific synonyms to be used with all end-user searches performed on your answers. The aliases.txt file allows you to define a global list of synonyms to be applied to all your answers. The aliases.txt file contains no default alias terms. To use this capability, you must customize the file with the terms you want.
To access the aliases.txt file, from the File Manager change the Switch To menu to be wordlist files and click the file name.
By adding content to your aliases.txt file, you can effectively define synonyms used for searching. This greatly reduces the need to add similar groups of keywords to the Keywords field of several individual answers.
AND vs. OR Searching: Multiple-word aliases will not work if the ANS_AND_SEARCH configuration setting is enabled. If enabled, searches on the end-user pages are treated as Boolean "AND" searches. If disabled, searches on the end-user pages are treated as Boolean "OR" searches.
Weight Values: If you configure aliases in your aliases.txt file, the matched weights for aliases depend on the version your site is running.
Aliased words are matched with the same weight as the indexed word. This means that answers that match alias terms may receive a higher weight than you expect due to an alias being matched.
Multiple interfaces: Within the File Manager, files located in the wordlist menu are not interface specific. Each file is language specific. That is, if two interfaces in your site have the same language pack applied, those interfaces share the same wordlist files.
As a result, when you create aliases, if your site has another interface that uses the same language pack, the aliases are defined for both interfaces. For example, if two interfaces both have the en_US language pack applied, if you add words to the aliases.txt file for one interface, those words are also aliased when searching in the other interface that uses the en_US language.
Defining your aliases: When adding lines to the aliases.txt file, each line in the file is set up to mean:
IF the first word in the line is used as the search word, THEN return answers containing that word or any of the other words on that line.
That is, the first word on each line of the alias file is the search word that your site visitor might search on. The additional words (in the non-first position) are the synonyms that are in your answers. Answers that include these aliases are returned when a user searches on the first word in the entry.
Each line in the aliases.txt file defines the synonyms that will be returned when the user searches on the first word. This means that you must enter a separate line for EACH WORD that you want to define synonyms for.
Word stemming: Word stemming is not applied automatically to the aliased word. For example, if you alias "pick" with "select", the entry in the aliases.txt file is:
PICK,SELECT
If you search on "pick", answers with pick, picks, picked, and picking are returned based on the normal searching functionality. In addition, due to the alias, answers that contain select, selects, selected, and selecting are also returned.
However, if you search on "picks", only answers that share that same word stem (pick, picked, picking) are returned with the search results. The alias does not apply because an alias is not defined for the specific word PICKS.
Considerations when defining aliases: When you add lines to the aliases.txt file, take into account the following:
Example 1: Within the Oracle B2C Service Support site, there are several answers that have "email" within the answer content. There are also several other answers that have "e-mail" in them due to menu headings or product names. To alias "email" and "e-mail", we added two lines to the aliases.txt file as depicted below, so that a user can search on either term and get all answers back that contain "email" or "e-mail".
EMAIL,E-MAIL E-MAIL,EMAIL
The top entry allows users to search on "email" and answers that have "e-mail" in them are returned. Similarly, the second entry allows users to search on "e-mail" and all of the answers that have "email" in them are returned due to the aliasing.
Example 2: Other aliases that we have defined for the Oracle B2C Service Support site is for "meta-answers", "metaanswers", and "meta answers". Since the published answers only include the spelling that has the hyphen (meta-answers), we only need to list that single value in the non-first position for each entry.
As a result, the aliasing entries are provided below:
METAANSWERS,META-ANSWERS META,META-ANSWERS
In this example, the top entry allows users to search on "metaanswers" as all one word and all of the answers that have the hyphenated term in them are returned with the search. In the second line, since spaces are not allowed in the first position, we chose to include the term "meta" as the aliasing element so that if users search on "meta" or "meta answers", all of the answers with the hyphenated terms are returned in the search results.
Note: With this configuration for aliasing "meta" with "meta-answers", if someone searches on "meta data", all of the "meta-answer" answers will be returned with the search results.