Get Session
GetSession retrieves details of a specific session.
Use this method to fetch the current state of a session identified by its resource name.
Request: GetSessionRequest Response: Session
HTTP: GET /v1/conversation/sessions/{name}
GetSession retrieves details of a specific session.
Use this method to fetch the current state of a session identified by its resource name.
Request: GetSessionRequest Response: Session
HTTP: GET /v1/conversation/sessions/{name}
display_name is the title of the session.
session_type defines the type of the session, such as Public, Private, or Temporary.
default_channels specifies the default channels for the session.
name is the resource identifier for the Session. It follows the format “sessions/{session}” and uniquely identifies a Session resource.
allowed_users contains the list of users allowed in the session.
secret_key is the secret key for the session.