| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| Title | Pointer to string | [optional] | |
| Model | Pointer to string | [optional] | |
| Messages | Pointer to []map[string]interface{} | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] |
func NewGetAISession200Response() *GetAISession200Response
NewGetAISession200Response instantiates a new GetAISession200Response 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 NewGetAISession200ResponseWithDefaults() *GetAISession200Response
NewGetAISession200ResponseWithDefaults instantiates a new GetAISession200Response 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 *GetAISession200Response) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetAISession200Response) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAISession200Response) SetId(v string)
SetId sets Id field to given value.
func (o *GetAISession200Response) HasId() bool
HasId returns a boolean if a field has been set.
func (o *GetAISession200Response) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *GetAISession200Response) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAISession200Response) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GetAISession200Response) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *GetAISession200Response) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *GetAISession200Response) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAISession200Response) SetModel(v string)
SetModel sets Model field to given value.
func (o *GetAISession200Response) HasModel() bool
HasModel returns a boolean if a field has been set.
func (o *GetAISession200Response) GetMessages() []map[string]interface{}
GetMessages returns the Messages field if non-nil, zero value otherwise.
func (o *GetAISession200Response) GetMessagesOk() (*[]map[string]interface{}, bool)
GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAISession200Response) SetMessages(v []map[string]interface{})
SetMessages sets Messages field to given value.
func (o *GetAISession200Response) HasMessages() bool
HasMessages returns a boolean if a field has been set.
func (o *GetAISession200Response) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *GetAISession200Response) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetAISession200Response) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *GetAISession200Response) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.