Show / Hide Table of Contents

Class CallPlayPromptRequestBuilder

The type CallPlayPromptRequestBuilder.

Inheritance
System.Object
BaseRequestBuilder
BaseActionMethodRequestBuilder<ICallPlayPromptRequest>
CallPlayPromptRequestBuilder
Implements
ICallPlayPromptRequestBuilder
Inherited Members
BaseActionMethodRequestBuilder<ICallPlayPromptRequest>.Request(IEnumerable<Option>)
BaseActionMethodRequestBuilder<ICallPlayPromptRequest>.SetParameter<TU>(String, TU, Boolean)
BaseActionMethodRequestBuilder<ICallPlayPromptRequest>.HasParameter(String)
BaseActionMethodRequestBuilder<ICallPlayPromptRequest>.GetParameter<TU>(String)
BaseRequestBuilder.Client
BaseRequestBuilder.RequestUrl
BaseRequestBuilder.AppendSegmentToRequestUrl(String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public class CallPlayPromptRequestBuilder : BaseActionMethodRequestBuilder<ICallPlayPromptRequest>, ICallPlayPromptRequestBuilder

Constructors

View Source

CallPlayPromptRequestBuilder(String, IBaseClient, IEnumerable<Prompt>, String)

Constructs a new CallPlayPromptRequestBuilder.

Declaration
public CallPlayPromptRequestBuilder(string requestUrl, IBaseClient client, IEnumerable<Prompt> prompts, 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.String clientContext

A clientContext parameter for the OData method call.

Methods

View Source

CreateRequest(String, IEnumerable<Option>)

A method used by the base class to construct a request class instance.

Declaration
protected override ICallPlayPromptRequest 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
ICallPlayPromptRequest

An instance of a specific request class.

Overrides
Microsoft.Graph.BaseActionMethodRequestBuilder<Microsoft.Graph.ICallPlayPromptRequest>.CreateRequest(System.String, System.Collections.Generic.IEnumerable<Microsoft.Graph.Option>)

Implements

ICallPlayPromptRequestBuilder
  • View Source
Back to top Generated by DocFX