Show / Hide Table of Contents

Class RoomsResource

The "rooms" collection of methods.

Inheritance
System.Object
RoomsResource
Inherited Members
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: Google.Apis.HangoutsChat.v1
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class RoomsResource

Constructors

RoomsResource(IClientService)

Constructs a new resource.

Declaration
public RoomsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Conversations

Gets the Conversations resource.

Declaration
public virtual RoomsResource.ConversationsResource Conversations { get; }
Property Value
Type Description
RoomsResource.ConversationsResource

Methods

Messages(Message, String)

Legacy path for creating message. Calling these will result in a BadRequest response.

Declaration
public virtual RoomsResource.MessagesRequest Messages(Message body, string parent)
Parameters
Type Name Description
Message body

The body of the request.

System.String parent

Required. The resource name of the space in which to create a message. Format: spaces/{space}

Returns
Type Description
RoomsResource.MessagesRequest

Webhooks(Message, String)

Legacy path for creating message. Calling these will result in a BadRequest response.

Declaration
public virtual RoomsResource.WebhooksRequest Webhooks(Message body, string parent)
Parameters
Type Name Description
Message body

The body of the request.

System.String parent

Required. The resource name of the space in which to create a message. Format: spaces/{space}

Returns
Type Description
RoomsResource.WebhooksRequest
In This Article
Back to top