Resource
A voice resource conforms to the following interface.
interface VoiceInput {
uuid: string
name: string
status: string
created_at: datetime
updated_at: datetime
}
A voice resource conforms to the following interface.
interface VoiceInput {
uuid: string
name: string
status: string
created_at: datetime
updated_at: datetime
}