ตั้งค่าพื้นที่ทำงานที่มีสมาชิกเริ่มต้น

คู่มือนี้อธิบายวิธีใช้วิธี setUp() ในทรัพยากร Space ของ Google Chat API เพื่อตั้งค่าพื้นที่ทำงาน Google Chat การตั้งค่าพื้นที่ทำงานจะสร้างพื้นที่ทำงานและเพิ่มผู้ใช้ที่ระบุลงในนั้น

แหล่งข้อมูล Space รายการ แสดงถึงสถานที่ที่ผู้คนและแอป Chat ส่งข้อความได้ แชร์ไฟล์ และทำงานร่วมกัน พื้นที่ทำงานมีด้วยกันหลายประเภท ดังนี้

  • ข้อความส่วนตัว (DM) คือการสนทนาระหว่างผู้ใช้ 2 คนหรือผู้ใช้กับแอป Chat
  • แชทกลุ่มเป็นการสนทนาระหว่างผู้ใช้ตั้งแต่ 3 คนขึ้นไปกับแอป Chat
  • พื้นที่ทำงานที่มีชื่อคือที่ที่ผู้คนส่งข้อความ แชร์ไฟล์ และทำงานร่วมกัน

เมื่อตั้งค่าพื้นที่ทำงาน ให้พิจารณาสิ่งต่อไปนี้

  • ระบบจะเพิ่มผู้ใช้ที่โทร (ผ่านการตรวจสอบสิทธิ์) ไปยังพื้นที่ทำงานโดยอัตโนมัติ คุณจึงไม่จำเป็นต้องระบุการเป็นสมาชิกของผู้ใช้ในคำขอ
  • เมื่อสร้างข้อความส่วนตัว (DM) หากมี DM ระหว่างผู้ใช้ 2 ราย ระบบจะแสดง DM นั้น หรือไม่เช่นนั้น ระบบจะสร้าง DM
  • เมื่อสร้างแชทเป็นกลุ่ม หากเพิ่มการเป็นสมาชิกที่ระบุในคำขอไปยังแชทเป็นกลุ่มไม่สำเร็จ (เช่น ปัญหาเกี่ยวกับสิทธิ์) ระบบอาจสร้างแชทเป็นกลุ่มที่ว่างเปล่า (รวมเฉพาะผู้ใช้ที่โทร)
  • คุณไม่สามารถตั้งค่าพื้นที่ทำงานด้วยการตอบกลับแบบแยกชุดข้อความหรือเพิ่มบุคคลที่อยู่นอก Google Workspace
  • การเป็นสมาชิกที่ซ้ำกัน (รวมถึงผู้ใช้ที่โทร) ที่ระบุไว้ในคำขอ จะถูกกรองออกแทนที่จะทำให้เกิดข้อผิดพลาดคำขอ

ข้อกำหนดเบื้องต้น

Node.js

  • บัญชี Google Workspace รุ่น Business หรือ Enterprise ที่มีสิทธิ์เข้าถึง Google Chat

Python

  • บัญชี Google Workspace รุ่น Business หรือ Enterprise ที่มีสิทธิ์เข้าถึง Google Chat

Java

  • บัญชี Google Workspace รุ่น Business หรือ Enterprise ที่มีสิทธิ์เข้าถึง Google Chat

Apps Script

  • บัญชี Google Workspace รุ่น Business หรือ Enterprise ที่มีสิทธิ์เข้าถึง Google Chat

ตั้งค่าพื้นที่ทำงาน

หากต้องการตั้งค่าพื้นที่ทำงาน ให้ส่งข้อมูลต่อไปนี้ในคำขอ

  • ระบุขอบเขตการให้สิทธิ์ chat.spaces.create หรือ chat.spaces
  • เรียกใช้ SetUpSpace()
  • ส่ง space เป็นอินสแตนซ์ Space ด้วยฟิลด์ที่จำเป็นทั้งหมด เช่น displayName หรือ spaceType
  • ส่ง memberships เป็นอาร์เรย์ของMembership อินสแตนซ์ สำหรับแต่ละอินสแตนซ์ ให้ทำดังนี้
    • ระบุ users/{user} เพื่อเพิ่มผู้ใช้ที่เป็นมนุษย์เป็นสมาชิกพื้นที่ทำงาน โดยที่ {user} เป็น {person_id} สำหรับ person จาก People API หรือรหัสของ user ใน Directory API เช่น หากบุคคลใน People API resourceName คือ people/123456789 คุณสามารถเพิ่มผู้ใช้ไปยังพื้นที่ทำงานได้โดยรวมการเป็นสมาชิกที่มี users/123456789 เป็น member.name
    • ระบุ groups/{group} เพื่อเพิ่มกลุ่มเป็นสมาชิกพื้นที่ทำงาน โดยที่ {group} คือรหัสกลุ่มที่ต้องการสร้างการเป็นสมาชิก คุณสามารถเรียกข้อมูลรหัสของกลุ่มได้โดยใช้ Cloud Identity API ตัวอย่างเช่น หาก Cloud Identity API แสดงผลกลุ่มชื่อ groups/123456789 จากนั้นตั้งค่า membership.groupMember.name ถึง groups/123456789 คุณจะเพิ่ม Google Groups ลงในแชทเป็นกลุ่มหรือ DM ไม่ได้ แต่จะเพิ่มได้ในเฉพาะพื้นที่ทำงานที่มีชื่อเท่านั้น

หากต้องการสร้าง DM ระหว่างผู้ใช้ที่โทรเข้ามากับผู้ใช้ที่เป็นบุคคลธรรมดาอีกรายหนึ่ง ให้ระบุการเป็นสมาชิกของผู้ใช้ที่เป็นบุคคลธรรมดาในคำขอ

หากต้องการสร้าง DM ระหว่างผู้ใช้ที่โทรกับแอปการโทร ให้ตั้งค่า space.singleUserBotDm ไปยัง true และไม่ระบุการเป็นสมาชิกใดๆ คุณสามารถ ให้ใช้วิธีการนี้เพื่อตั้งค่า DM ด้วยแอปการโทรเท่านั้น วิธีเพิ่มการโทร แอปเป็นสมาชิกของพื้นที่ทำงานหรือ DM ที่มีอยู่ระหว่างผู้ใช้ที่เป็นมนุษย์ 2 คน โปรดดูหัวข้อ สร้างการเป็นสมาชิก

ตัวอย่างต่อไปนี้จะสร้างพื้นที่ทำงานที่มีชื่อและสร้างการเป็นสมาชิก 1 รายการให้กับพื้นที่ทำงานสำหรับผู้ใช้ 2 คน (ผู้ใช้ที่ตรวจสอบสิทธิ์และผู้ใช้อีก 1 คน)

Node.js

chat/client-libraries/cloud/set-up-space-user-cred.js
import {createClientWithUserCredentials} from './authentication-utils.js';

const USER_AUTH_OAUTH_SCOPES = ['https://www.googleapis.com/auth/chat.spaces.create'];

// This sample shows how to set up a named space with one initial member
// with user credential
async function main() {
  // Create a client
  const chatClient = await createClientWithUserCredentials(USER_AUTH_OAUTH_SCOPES);

  // Initialize request argument(s)
  const request = {
    space: {
      spaceType: 'SPACE',
      // Replace DISPLAY_NAME here.
      displayName: 'DISPLAY_NAME'
    },
    memberships: [{
      member: {
        // Replace USER_NAME here.
        name: 'users/USER_NAME',
        type: 'HUMAN'
      }
    }]
  };

  // Make the request
  const response = await chatClient.setUpSpace(request);

  // Handle the response
  console.log(response);
}

main().catch(console.error);

Python

chat/client-libraries/cloud/set_up_space_user_cred.py
from authentication_utils import create_client_with_user_credentials
from google.apps import chat_v1 as google_chat

SCOPES = ["https://www.googleapis.com/auth/chat.spaces.create"]

def set_up_space_with_user_cred():
    # Create a client
    client = create_client_with_user_credentials(SCOPES)

    # Initialize request argument(s)
    request = google_chat.SetUpSpaceRequest(
        space = {
            "space_type": 'SPACE',
            # Replace DISPLAY_NAME here.
            "display_name": 'DISPLAY_NAME'
        },
        memberships = [{
            "member": {
                # Replace USER_NAME here.
                "name": 'users/USER_NAME',
                "type_": 'HUMAN'
            }
        }]
    )

    # Make the request
    response = client.set_up_space(request)

    # Handle the response
    print(response)

set_up_space_with_user_cred()

Java

chat/client-libraries/cloud/src/main/java/com/google/workspace/api/chat/samples/SetUpSpaceUserCred.java
import com.google.chat.v1.ChatServiceClient;
import com.google.chat.v1.Membership;
import com.google.chat.v1.SetUpSpaceRequest;
import com.google.chat.v1.Space;
import com.google.chat.v1.User;

// This sample shows how to set up a named space with one initial member with
// user credential.
public class SetUpSpaceUserCred {

  private static final String SCOPE =
    "https://www.googleapis.com/auth/chat.spaces.create";

  public static void main(String[] args) throws Exception {
    try (ChatServiceClient chatServiceClient =
        AuthenticationUtils.createClientWithUserCredentials(
          ImmutableList.of(SCOPE))) {
      SetUpSpaceRequest.Builder request = SetUpSpaceRequest.newBuilder()
        .setSpace(Space.newBuilder()
          .setSpaceType(Space.SpaceType.SPACE)
          // Replace DISPLAY_NAME here.
          .setDisplayName("DISPLAY_NAME"))
        .addAllMemberships(ImmutableList.of(Membership.newBuilder()
          .setMember(User.newBuilder()
            // Replace USER_NAME here.
            .setName("users/USER_NAME")
            .setType(User.Type.HUMAN)).build()));
      Space response = chatServiceClient.setUpSpace(request.build());

      System.out.println(JsonFormat.printer().print(response));
    }
  }
}

Apps Script

chat/advanced-service/Main.gs
/**
 * This sample shows how to set up a named space with one initial member with
 * user credential.
 * 
 * It relies on the OAuth2 scope 'https://www.googleapis.com/auth/chat.spaces.create'
 * referenced in the manifest file (appsscript.json).
 */
function setUpSpaceUserCred() {
  // Initialize request argument(s)
  const space = {
    spaceType: 'SPACE',
    // TODO(developer): Replace DISPLAY_NAME here
    displayName: 'DISPLAY_NAME'
  };
  const memberships = [{
    member: {
      // TODO(developer): Replace USER_NAME here
      name: 'users/USER_NAME',
      // User type for the membership
      type: 'HUMAN'
    }
  }];

  // Make the request
  const response = Chat.Spaces.setup({ space: space, memberships: memberships });

  // Handle the response
  console.log(response);
}

หากต้องการเรียกใช้ตัวอย่าง ให้แทนที่ข้อมูลต่อไปนี้

  • DISPLAY_NAME: ชื่อที่แสดงของพื้นที่ทำงานใหม่
  • USER_NAME: รหัสของผู้ใช้รายอื่นที่จะรวมการเป็นสมาชิกให้

หากต้องการไปที่พื้นที่ทำงาน ให้ใช้รหัสทรัพยากรของพื้นที่ทำงานเพื่อสร้าง URL ของพื้นที่ทำงาน คุณดูรหัสทรัพยากรได้จากพื้นที่ทำงาน name ในเนื้อหาคำตอบของ Google Chat ตัวอย่างเช่น หาก name ของพื้นที่ทำงานคือ spaces/1234567 คุณจะไปที่พื้นที่ทำงานได้โดยใช้ URL ต่อไปนี้ https://mail.google.com/chat/u/0/#chat/space/1234567