다른 건 없나요? 루프 동작

이 작업을 사용하여 프로세스가 디자인의 다음 작업으로 넘어가기 전에 특정 기준을 충족할 때까지 일련의 작업을 반복하도록 합니다. 이 작업을 통해 호출자는 루프가 계속되는 시기를 결정합니다. 흐름이 더 이상 호출자로부터 긍정적인 응답을 받지 않을 때까지 반복이 계속됩니다. 이는 추가 작업이 필요하지 않음을 나타냅니다. 다음을 포함하여 여러 가지 방법으로 이 작업으로 흐름 논리를 만들 수 있습니다.

  • 컬렉션의 항목 반복 

    컬렉션의 항목을 통한 루프는 변수 컬렉션의 각 항목에 대한 루프 내부의 작업에 적용됩니다. 예를 들어 루프 내부의 작업은 2를 더한 다음 3을 곱할 수 있습니다. 5개의 정수 컬렉션을 반복하는 경우 루프는 첫 번째 정수에 2를 더하고 합계에 3을 곱한 다음 곱을 컬렉션의 첫 번째 정수 슬롯에 다시 넣습니다. 루프는 두 번째 정수에 대해 동일한 작업을 수행한 다음 세 번째, 네 번째, 다섯 번째 정수에 대해 동일한 작업을 수행합니다. 컬렉션의 마지막 항목으로 완료되면 루프가 "종료"되고 프로세스가 프로세스 디자인의 다음 작업으로 이동합니다.

  • 고정 카운트에 도달할 때까지 루프 

    고정 카운트에 도달할 때까지 루프 지정한 횟수만큼 루프 내부의 작업을 적용합니다. 예를 들어, 10을 지정하면 프로세스 디자인의 다음 작업으로 이동하기 전에 루프가 10번 실행됩니다.

  • 조건이 참인 동안 루프 

    조건이 참인 동안 루프 정수 값이 0보다 큰 경우와 같이 특정 조건이 참인 한 루프 내부의 작업을 적용합니다. 표현식 편집기 대화 상자를 사용하여 조건을 구성합니다.

참고: 조건이 참일 때 반복하는 두 가지 방법이 있습니다. 먼저 루프를 진행하기 전에 상태를 확인할 수 있습니다. 루프를 통과하기 전에 확인하면 조건이 false이면 프로세스가 루프를 거치지 않습니다. 둘째, 루프를 거친 후 상태를 확인할 수 있습니다. 이 경우 조건이 이미 false인 경우에도 프로세스는 계속 루프를 거칩니다. "극단적인 경우"는 조건이 결코 참이 아닐 때 발생합니다. 프로세스가 루프를 실행하기 전에 조건을 확인하면 루프가 실행되지 않습니다. 프로세스가 루프를 실행한 후 조건을 확인하면 조건이 항상 거짓이더라도 루프는 항상 적어도 한 번 실행됩니다. 기본적으로 프로세스는 루프를 실행하기 전에 조건을 확인합니다.
이름 설명
이름 작업에 대한 설명 레이블을 추가합니다.
현재 색인 데이터 이름 현재 루프 수를 추적하는 데 사용합니다. 첫 번째 루프에 대해 0에서 시작하여 매번 1씩 증가합니다.
질문

여기에서 받는 사람에게 무엇을 하고 싶은지 물어보십시오. 예를 들어 "다른 일을 도와드릴까요?"

잘못된 응답
입력 없음

무입력 무효 응답의 경우 수신자에게 재생할 문구를 추가하십시오. 예를 들어 "계속하려면 예라고 말하고 진행하지 않으려면 아니요라고 말하십시오."

참고: The bot returns the configuration you define in Settings > User Input > No Input Detected > No Input Apology combined with the Question communication.

입력 없음 사용자 정의

Enables the No Input Reprompts field and enables you to create a list of no input prompts that the bot incrementally returns after it receives no user input.

입력 재촉 없음

After the bot receives No Input, it returns the communication at the position in the No Input Reprompts collection that corresponds to the current number of No Inputs received for that action. For example, the first No Input triggers the bot to use the first No Input reprompt in the defined collection.

The length of the No Input Reprompt collection also overrides the maximum number of No Input retries that you define in Settings > User Input > No Input Detected > Maximum Number of No Input Retries for that particular action. For example, if you define two reprompts in the collection, the bot retries twice. An empty collection turns off No Match retries.

참고: The bot returns the configuration you set in Settings > User Input > No Match Detected > No Match Apology combined with the No Match communication.

기본 입력 없음

Enables the No Input field and allows you to define a single No Input prompt that the bot returns after it receives no input.

일치 항목 없음

The communication that the bot returns when the user’s input is not a valid match.

참고: The bot returns the configuration you set in Settings > User Input > No Match Detected > No Match Apology combined with the No Match communication.

일치하지 않는 사용자 정의

Enables the No Match Reprompts field and allows you to create a list of no match prompts. The bot returns these prompts incrementally after it receives No Match input events.

일치 재촉 없음

When the bot receives a No Match input, it returns the communication at the position in the No Match Reprompts collection that corresponds to the current number of No Match inputs received for that action. For example, the first No Match input triggers the bot to use the first No Match reprompt in the defined collection.

The length of the No Match Reprompt collection also overrides the maximum number of No Match retries that you define in Settings > User Input > No Match Detected > Maximum Number of No Match Retries for that particular action. For example, if you define two reprompts in the collection, the bot retries twice. An empty collection turns off No Match retries.

참고: The bot returns the configuration you set in Settings > User Input > No Match Detected > No Match Apology combined with the No Match communication.

기본 일치하지 않음

Enables the default No Match field and allows you to define a single No Match prompt that the bot returns after it receives No Match input events.