Name | Type | Description | Notes |
---|---|---|---|
TerminalCommand | Pointer to int32 | [optional] | |
Speech | Pointer to int32 | [optional] | |
ThreadMessage | Pointer to int32 | [optional] |
func NewRecordingEvents() *RecordingEvents
NewRecordingEvents instantiates a new RecordingEvents object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRecordingEventsWithDefaults() *RecordingEvents
NewRecordingEventsWithDefaults instantiates a new RecordingEvents object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *RecordingEvents) GetTerminalCommand() int32
GetTerminalCommand returns the TerminalCommand field if non-nil, zero value otherwise.
func (o *RecordingEvents) GetTerminalCommandOk() (*int32, bool)
GetTerminalCommandOk returns a tuple with the TerminalCommand field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingEvents) SetTerminalCommand(v int32)
SetTerminalCommand sets TerminalCommand field to given value.
func (o *RecordingEvents) HasTerminalCommand() bool
HasTerminalCommand returns a boolean if a field has been set.
func (o *RecordingEvents) GetSpeech() int32
GetSpeech returns the Speech field if non-nil, zero value otherwise.
func (o *RecordingEvents) GetSpeechOk() (*int32, bool)
GetSpeechOk returns a tuple with the Speech field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingEvents) SetSpeech(v int32)
SetSpeech sets Speech field to given value.
func (o *RecordingEvents) HasSpeech() bool
HasSpeech returns a boolean if a field has been set.
func (o *RecordingEvents) GetThreadMessage() int32
GetThreadMessage returns the ThreadMessage field if non-nil, zero value otherwise.
func (o *RecordingEvents) GetThreadMessageOk() (*int32, bool)
GetThreadMessageOk returns a tuple with the ThreadMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RecordingEvents) SetThreadMessage(v int32)
SetThreadMessage sets ThreadMessage field to given value.
func (o *RecordingEvents) HasThreadMessage() bool
HasThreadMessage returns a boolean if a field has been set.