Show / Hide Table of Contents

Class DmsResource.ConversationsResource

The "conversations" collection of methods.

Inheritance
System.Object
DmsResource.ConversationsResource
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 ConversationsResource

Constructors

ConversationsResource(IClientService)

Constructs a new resource.

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

Methods

Messages(Message, String)

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

Declaration
public virtual DmsResource.ConversationsResource.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
DmsResource.ConversationsResource.MessagesRequest
In This Article
Back to top