File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/com/bandwidth/sdk/model/bxml Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 99import jakarta .xml .bind .annotation .XmlAttribute ;
1010import jakarta .xml .bind .annotation .XmlType ;
1111import jakarta .xml .bind .annotation .XmlValue ;
12- import jakarta .xml .bind .annotation .adapters .XmlJavaTypeAdapter ;
13- import java .net .URI ;
1412import lombok .AllArgsConstructor ;
1513import lombok .Builder ;
1614import lombok .EqualsAndHashCode ;
Original file line number Diff line number Diff line change 1313import jakarta .xml .bind .annotation .XmlElements ;
1414import jakarta .xml .bind .annotation .XmlType ;
1515import java .util .List ;
16- import java .util .UUID ;
1716
1817import com .bandwidth .sdk .model .CallDirectionEnum ;
1918
@@ -76,6 +75,7 @@ public class StartTranscription implements Verb {
7675 protected String password ;
7776
7877 @ XmlAttribute
78+ @ Default
7979 protected Boolean stabilized = true ;
8080
8181 @ XmlElements ({
You can’t perform that action at this time.
0 commit comments