DialogEventType
열거형 |
TYPE_UNSPECIFIED |
기본값 지정되지 않았습니다. |
REQUEST_DIALOG |
사용자가 대화상자를 엽니다. |
SUBMIT_DIALOG |
사용자가 대화상자의 대화형 요소를 클릭합니다. 예를 들어 사용자가 대화상자에 정보를 입력하고 버튼을 클릭하여 정보를 제출합니다. |
CANCEL_DIALOG |
사용자가 정보를 제출하지 않고 대화상자를 닫습니다. Chat 앱은 사용자가 대화상자의 오른쪽 상단에 있는 닫기 아이콘을 클릭할 때만 이 상호작용 이벤트를 수신합니다. 사용자가 다른 방법(예: 브라우저 새로고침, 대화상자 외부 클릭, 이스케이프 키 누르기)으로 대화상자를 닫으면 이벤트가 전송되지 않습니다. . |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-17(UTC)
[null,null,["최종 업데이트: 2024-10-17(UTC)"],[[["`CARD_CLICKED` and `MESSAGE` events provide insights into user interactions with dialogs in Google Chat apps."],["These events utilize specific enums like `REQUEST_DIALOG`, `SUBMIT_DIALOG`, and `CANCEL_DIALOG` to indicate user actions within the dialog."],["`REQUEST_DIALOG` signifies opening a dialog, `SUBMIT_DIALOG` represents submitting information, and `CANCEL_DIALOG` denotes closing without submission."],["The `CANCEL_DIALOG` event is only triggered when the user explicitly closes the dialog using the close icon, not through other methods like refreshing or clicking outside."],["For further information on Google Chat app interactions, refer to the provided documentation link: [Receive and respond to interactions with your Google Chat app](https://developers.google.com/workspace/chat/read-form-data)."]]],[]]