示例#1
0
 /// <inheritdoc/>
 public async Task <CallAnswerResponse> CreateAsync(string parentId, CallControlAnswerCreateOptions createOptions, string postFix = "actions/answer", RequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(await this.CreateEntityAsync(parentId, postFix, createOptions, requestOptions, cancellationToken));
 }
示例#2
0
 /// <inheritdoc/>
 public virtual CallAnswerResponse Create(string id, CallControlAnswerCreateOptions options, string postFix = "actions/answer", RequestOptions requestOptions = null)
 {
     return(this.CreateEntity(id, postFix, options, requestOptions));
 }