外部 Web ページの埋め込み仮想エージェント Web クライアントにカスタムブランディングを適用する方法Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 外部 Web ページの埋め込み仮想エージェント Web クライアントで、独自の会社のロゴとアバターを使用して仮想エージェントボットをカスタマイズします。 Web ベースの対話型インターフェースに表示される UI 要素とカスタマーサポートの連絡先情報のカラースキームを設定します。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } すべて Instructions<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 以下のドキュメントの Iframe タグセクションの SRC 属性から、以下のようにブランディングキーを URL パラメーターとして渡すことができます。( "sysparm_branding_key=<あなたのブランディングキー>")src="https://<instance>.service-now.com/sn_va_web_client_app_embed.do?sysparm_skip_load_history=true&sysparm_branding_key=<your branding key>">以下の製品ドキュメント「外部 Web ページへの仮想エージェント Web クライアントの組み込み」を参照してください。https://docs.servicenow.com/bundle/quebec-now-intelligence/page/administer/virtual-agent/task/create-va-standalone-client.html :仮想エージェントブランディングを構成する手順 [コラボレーション] > [ブランディング設定] に移動します。ブランディング設定を変更して、チャットボットとチャットインターフェイスをカスタマイズします。以下の製品ドキュメント「仮想エージェントブランディングの構成」を参照してください。https://docs.servicenow.com/bundle/newyork-now-intelligence/page/administer/virtual-agent/task/set-up-virtual-agent-branding.html前述のようにブランディングを構成することで、ブランディングの名前をコピーし、iframe の SRC に URI パラメーターとして渡します。