com.bandwidth.voice.bxml.verbs.StopGather Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bandwidth-sdk Show documentation
Show all versions of bandwidth-sdk Show documentation
The official client SDK for Bandwidth's Voice, Messaging, MFA, and WebRTC APIs
package com.bandwidth.voice.bxml.verbs;
import lombok.Builder;
import javax.xml.bind.annotation.XmlType;
/**
* Stop Gather Verb
*/
@Builder
@XmlType(name = StopGather.TYPE_NAME)
public class StopGather implements Verb {
public static final String TYPE_NAME = "StopGather";
}