Class CallRecordRequestBuilder
The type CallRecordRequestBuilder.
Inheritance
Implements
Inherited Members
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class CallRecordRequestBuilder : BaseActionMethodRequestBuilder<ICallRecordRequest>, ICallRecordRequestBuilder
Constructors
View SourceCallRecordRequestBuilder(String, IBaseClient, IEnumerable<Prompt>, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IEnumerable<String>, String)
Constructs a new CallRecordRequestBuilder.
Declaration
public CallRecordRequestBuilder(string requestUrl, IBaseClient client, IEnumerable<Prompt> prompts, bool? bargeInAllowed, int? initialSilenceTimeoutInSeconds, int? maxSilenceTimeoutInSeconds, int? maxRecordDurationInSeconds, bool? playBeep, bool? streamWhileRecording, IEnumerable<string> stopTones, string clientContext)
Parameters
Type | Name | Description |
---|---|---|
System.String | requestUrl | The URL for the request. |
IBaseClient | client | The IBaseClient for handling requests. |
System.Collections.Generic.IEnumerable<Prompt> | prompts | A prompts parameter for the OData method call. |
System.Nullable<System.Boolean> | bargeInAllowed | A bargeInAllowed parameter for the OData method call. |
System.Nullable<System.Int32> | initialSilenceTimeoutInSeconds | A initialSilenceTimeoutInSeconds parameter for the OData method call. |
System.Nullable<System.Int32> | maxSilenceTimeoutInSeconds | A maxSilenceTimeoutInSeconds parameter for the OData method call. |
System.Nullable<System.Int32> | maxRecordDurationInSeconds | A maxRecordDurationInSeconds parameter for the OData method call. |
System.Nullable<System.Boolean> | playBeep | A playBeep parameter for the OData method call. |
System.Nullable<System.Boolean> | streamWhileRecording | A streamWhileRecording parameter for the OData method call. |
System.Collections.Generic.IEnumerable<System.String> | stopTones | A stopTones parameter for the OData method call. |
System.String | clientContext | A clientContext parameter for the OData method call. |
Methods
View SourceCreateRequest(String, IEnumerable<Option>)
A method used by the base class to construct a request class instance.
Declaration
protected override ICallRecordRequest CreateRequest(string functionUrl, IEnumerable<Option> options)
Parameters
Type | Name | Description |
---|---|---|
System.String | functionUrl | The request URL to |
System.Collections.Generic.IEnumerable<Option> | options | The query and header options for the request. |
Returns
Type | Description |
---|---|
ICallRecordRequest | An instance of a specific request class. |