Class CCPromptAndCollectUserInformationResultEvent

    • Constructor Detail

      • CCPromptAndCollectUserInformationResultEvent

        public CCPromptAndCollectUserInformationResultEvent​(CCDialog dialog,
                                                            TcapOperation operation,
                                                            CCReceivedInformationArg argument,
                                                            int invokeId,
                                                            boolean lastResult)
        Initialize a new com.opencloud.slee.resources.cgin.callcontrol.events.CCPromptAndCollectUserInformationResultEvent
        Parameters:
        dialog - the associated dialog
        operation - metadata object that describes the operation
        argument - argument POJO
        invokeId - TCAP invoke ID
        lastResult - true if this is a TC-RESULT-L, false if this is a TC-RESULT-NL
    • Method Detail

      • getDialog

        public CCDialog getDialog()
        Gets the associated dialog.
        Overrides:
        getDialog in class Event
        Returns:
        the associated dialog