Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Program-O を使用して AIML チャットボットを開発しています。ユーザー入力に記載されているリンクにリダイレクトする方法はありますか。AIML内でhref属性を使用できますか? 例えば:
<category> <pattern>Go To google.com</pattern> <template>Can i put something here to redirect to google.com?</template> </category>