Class NotifyAction

java.lang.Object
com.vonage.client.voice.ncco.NotifyAction
All Implemented Interfaces:
Action

public class NotifyAction
extends java.lang.Object
implements Action
An NCCO notify action which allows for custom events to be sent to a configured webhook.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  NotifyAction.Builder  
  • Method Summary

    Modifier and Type Method Description
    static NotifyAction.Builder builder​(java.util.Map<java.lang.String,​?> payload, java.lang.String... eventUrl)  
    static NotifyAction.Builder builder​(java.util.Map<java.lang.String,​?> payload, java.util.Collection<java.lang.String> eventUrl)  
    java.lang.String getAction()  
    EventMethod getEventMethod()  
    java.util.Collection<java.lang.String> getEventUrl()  
    java.util.Map getPayload()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait