Overview

Members

Name Type Required Description

comment

string

Returns user's comment.

description

string

Retunrs user's description of the session status (e..g in case of incidents).

endStatus

conferenceSessionEndReason

Returns the session end reason.

errorCode

int

Retunrs session error code.

rating

string

Returns user's session rating.

reason

string

Returns user's session end reason.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:conferenceSessionEndStatus xsi:type="obh:conferenceSessionEndStatus" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <comment>your_string_0</comment>
        <description>your_string_0</description>
        <endStatus>your_conferenceSessionEndReason_0</endStatus>
        <errorCode>your_int_0</errorCode>
        <rating>your_string_0</rating>
        <reason>your_string_0</reason>
</obh:conferenceSessionEndStatus>

Referenced By Representaions