com.bandwidth.sdk.model.bxml.Verb 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
The newest version!
package com.bandwidth.sdk.model.bxml;
public interface Verb {
String getVerbName();
}