Show / Hide Table of Contents

Interface IChatRequestBuilder

The interface IChatRequestBuilder.

Inherited Members
IBaseRequestBuilder.Client
IBaseRequestBuilder.RequestUrl
IBaseRequestBuilder.AppendSegmentToRequestUrl(String)
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
public interface IChatRequestBuilder : IEntityRequestBuilder, IBaseRequestBuilder

Properties

View Source

Messages

Gets the request builder for Messages.

Declaration
IChatMessagesCollectionRequestBuilder Messages { get; }
Property Value
Type Description
IChatMessagesCollectionRequestBuilder

The IChatMessagesCollectionRequestBuilder.

View Source

Participants

Gets the request builder for Participants.

Declaration
IChatParticipantsCollectionRequestBuilder Participants { get; }
Property Value
Type Description
IChatParticipantsCollectionRequestBuilder

The IChatParticipantsCollectionRequestBuilder.

View Source

Subscriptions

Gets the request builder for Subscriptions.

Declaration
IChatSubscriptionsCollectionRequestBuilder Subscriptions { get; }
Property Value
Type Description
IChatSubscriptionsCollectionRequestBuilder

The IChatSubscriptionsCollectionRequestBuilder.

Methods

View Source

CreateBridge(String)

Gets the request builder for ChatCreateBridge.

Declaration
IChatCreateBridgeRequestBuilder CreateBridge(string chatId = null)
Parameters
Type Name Description
System.String chatId
Returns
Type Description
IChatCreateBridgeRequestBuilder

The IChatCreateBridgeRequestBuilder.

View Source

DeleteBridge(String)

Gets the request builder for ChatDeleteBridge.

Declaration
IChatDeleteBridgeRequestBuilder DeleteBridge(string chatId = null)
Parameters
Type Name Description
System.String chatId
Returns
Type Description
IChatDeleteBridgeRequestBuilder

The IChatDeleteBridgeRequestBuilder.

View Source

Request()

Builds the request.

Declaration
IChatRequest Request()
Returns
Type Description
IChatRequest

The built request.

View Source

Request(IEnumerable<Option>)

Builds the request.

Declaration
IChatRequest Request(IEnumerable<Option> options)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<Option> options

The query and header options for the request.

Returns
Type Description
IChatRequest

The built request.

View Source

SetIsTyping(Boolean)

Gets the request builder for ChatSetIsTyping.

Declaration
IChatSetIsTypingRequestBuilder SetIsTyping(bool isTyping)
Parameters
Type Name Description
System.Boolean isTyping
Returns
Type Description
IChatSetIsTypingRequestBuilder

The IChatSetIsTypingRequestBuilder.

  • View Source
Back to top Generated by DocFX