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