/// <inheritdoc/> public async Task <CallAnswerResponse> CreateAsync(string parentId, CallControlSendDTMFCreateOptions createOptions, string postFix = "actions/send_dtmf", RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken)) { return(await this.CreateEntityAsync(parentId, postFix, createOptions, requestOptions, cancellationToken)); }
/// <inheritdoc/> public virtual CallAnswerResponse Create(string id, CallControlSendDTMFCreateOptions options, string postFix = "actions/send_dtmf", RequestOptions requestOptions = null) { return(this.CreateEntity(id, postFix, options, requestOptions)); }