class DmsConversations extends Resource (View source)

The "conversations" collection of methods.

Typical usage is:

 $chatService = new Google\Service\HangoutsChat(...);
 $conversations = $chatService->dms_conversations;

Methods

messages(string $parent, Message $postBody, array $optParams = [])

Legacy path for creating message. Calling these will result in a BadRequest response. (conversations.messages)

Details

Message messages(string $parent, Message $postBody, array $optParams = [])

Legacy path for creating message. Calling these will result in a BadRequest response. (conversations.messages)

Parameters

string $parent

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

Message $postBody
array $optParams

Optional parameters.

Return Value

Message