コード例 #1
0
 public TelnyxList <PhoneNumberVoiceSettings> ListPhoneNumberVoice(VoiceSettingsListOptions options, RequestOptions reqOpts = null, CancellationToken ct = default)
 {
     return(this.ListEntities(this.PostPath, options, reqOpts));
 }
コード例 #2
0
 public async Task <TelnyxList <PhoneNumberVoiceSettings> > ListPhoneNumberVoiceAsync(VoiceSettingsListOptions options, RequestOptions reqOpts = null, CancellationToken ct = default)
 {
     return(await this.ListEntitiesAsync(this.PostPath, options, reqOpts, ct));
 }