Name | Type | Description | Notes |
---|---|---|---|
Recording | RecordingOutput | ||
FollowupQuestions | Pointer to []string | Example questions that would be answered by the content of this recording. | [optional] |
func NewStopRecording200Response(recording RecordingOutput, ) *StopRecording200Response
NewStopRecording200Response instantiates a new StopRecording200Response 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 NewStopRecording200ResponseWithDefaults() *StopRecording200Response
NewStopRecording200ResponseWithDefaults instantiates a new StopRecording200Response 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 *StopRecording200Response) GetRecording() RecordingOutput
GetRecording returns the Recording field if non-nil, zero value otherwise.
func (o *StopRecording200Response) GetRecordingOk() (*RecordingOutput, bool)
GetRecordingOk returns a tuple with the Recording field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StopRecording200Response) SetRecording(v RecordingOutput)
SetRecording sets Recording field to given value.
func (o *StopRecording200Response) GetFollowupQuestions() []string
GetFollowupQuestions returns the FollowupQuestions field if non-nil, zero value otherwise.
func (o *StopRecording200Response) GetFollowupQuestionsOk() (*[]string, bool)
GetFollowupQuestionsOk returns a tuple with the FollowupQuestions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StopRecording200Response) SetFollowupQuestions(v []string)
SetFollowupQuestions sets FollowupQuestions field to given value.
func (o *StopRecording200Response) HasFollowupQuestions() bool
HasFollowupQuestions returns a boolean if a field has been set.