CreateRealtimeEndpointOutput constructor
CreateRealtimeEndpointOutput({
- String? mLModelId,
- RealtimeEndpointInfo? realtimeEndpointInfo,
Implementation
CreateRealtimeEndpointOutput({
this.mLModelId,
this.realtimeEndpointInfo,
});