| Name | Type | Description | Notes |
|---|---|---|---|
| SessionId | Pointer to string | [optional] | |
| Status | Pointer to string | [optional] | |
| TotalMessages | Pointer to int32 | [optional] | |
| TotalTokens | Pointer to int32 | [optional] | |
| UpdatedAt | Pointer to time.Time | [optional] |
func NewUpdateAISession200Response() *UpdateAISession200Response
NewUpdateAISession200Response instantiates a new UpdateAISession200Response 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 NewUpdateAISession200ResponseWithDefaults() *UpdateAISession200Response
NewUpdateAISession200ResponseWithDefaults instantiates a new UpdateAISession200Response 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 *UpdateAISession200Response) GetSessionId() string
GetSessionId returns the SessionId field if non-nil, zero value otherwise.
func (o *UpdateAISession200Response) GetSessionIdOk() (*string, bool)
GetSessionIdOk returns a tuple with the SessionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISession200Response) SetSessionId(v string)
SetSessionId sets SessionId field to given value.
func (o *UpdateAISession200Response) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (o *UpdateAISession200Response) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *UpdateAISession200Response) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISession200Response) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *UpdateAISession200Response) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *UpdateAISession200Response) GetTotalMessages() int32
GetTotalMessages returns the TotalMessages field if non-nil, zero value otherwise.
func (o *UpdateAISession200Response) GetTotalMessagesOk() (*int32, bool)
GetTotalMessagesOk returns a tuple with the TotalMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISession200Response) SetTotalMessages(v int32)
SetTotalMessages sets TotalMessages field to given value.
func (o *UpdateAISession200Response) HasTotalMessages() bool
HasTotalMessages returns a boolean if a field has been set.
func (o *UpdateAISession200Response) GetTotalTokens() int32
GetTotalTokens returns the TotalTokens field if non-nil, zero value otherwise.
func (o *UpdateAISession200Response) GetTotalTokensOk() (*int32, bool)
GetTotalTokensOk returns a tuple with the TotalTokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISession200Response) SetTotalTokens(v int32)
SetTotalTokens sets TotalTokens field to given value.
func (o *UpdateAISession200Response) HasTotalTokens() bool
HasTotalTokens returns a boolean if a field has been set.
func (o *UpdateAISession200Response) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *UpdateAISession200Response) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISession200Response) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *UpdateAISession200Response) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.