Power Virtual Agents: 변수 요약 정보
3662 단어 PowerVirtualAgentsvariable
회사에서 다음과 같은 질문을 받았기 때문에 시도한 기록입니다.
보트 변수의 리셋 방법을 아십니까?화제A→C, 화제B→C로 이동하면 화제A→C이동시 결과가 남는다.
뻔한 일
추가'질문'을 통해 제작된다.
거꾸로 말하면... 그렇군요, 못하겠어요
근거Create a variable
In the bot authoring canvas, add a question node by choosing Ask a question. A variable will be automatically created within the node.
나는 다른 생성 방법이 있는지 찾고 있지만, 현재 상황을 찾지 못했다.상술한 수첩과 같다
변수 설정
다른 화제
전달된 값이 변수와 일치하면 정상적으로 전달되고 일치하지 않으면 오류가 발생합니다
※ 아래의 경우 옵션 외의 변수가 추가되어 오류 식별
그리고 인용자로부터 제출하면 질문을 생략합니다.
따라서 여러 화제에서 방향을 바꾼 상황에서 콜의 원래 값을 직접 이용할 수 있다
그러나 같은 이슈에 여러 리디렉션을 한 상태에서 두 번째 이후에는 매개변수를 활용하지 않아 질문을 받았다.
값에 기초한 화제
이렇게 사용하면 화제의 결과를 얻을 수 있어요.
변수 초기화 시간
Life Cycle에 따르면 처음 다시 시작할 때와 변수를 호출하여 테마를 생성할 때.
The value is only cleared when the bot user is redirected to the Start over system topic, or when the user triggers this topic directly (for example, by typing Start over). In this case, all bot variables will be reset and won't have any values.
변수가 초기화되지 않았을 때의 동작
initialization에 따르면 참고 화제를 호출할 때 초기화되지 않으면 변수의 생성 테마는 미리 호출됩니다.
If a bot variable is triggered before it has been initialized (or "filled in"), the bot will automatically trigger the part of the topic where the bot variable is first defined—even when it's in a different topic—before returning to the original topic. This allows the bot to have all the variables filled in without interrupting the conversation.
인스턴스
고찰하다.
그리고 더 쉽게 유지보수할 수 있는 구조로 만들었으면 좋겠어요.
Reference
이 문제에 관하여(Power Virtual Agents: 변수 요약 정보), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/baku2san/items/e23421f25ae9665b89e0텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)