| Name | Type | Description | Notes |
|---|---|---|---|
| NewMessages | Pointer to []UpdateAISessionRequestNewMessagesInner | New messages to append to conversation | [optional] |
| TokensUsed | Pointer to int32 | Tokens consumed in this turn | [optional] |
| Status | Pointer to string | Update session status | [optional] |
| Metadata | Pointer to map[string]interface{} | Update custom metadata | [optional] |
func NewUpdateAISessionRequest() *UpdateAISessionRequest
NewUpdateAISessionRequest instantiates a new UpdateAISessionRequest 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 NewUpdateAISessionRequestWithDefaults() *UpdateAISessionRequest
NewUpdateAISessionRequestWithDefaults instantiates a new UpdateAISessionRequest 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 *UpdateAISessionRequest) GetNewMessages() []UpdateAISessionRequestNewMessagesInner
GetNewMessages returns the NewMessages field if non-nil, zero value otherwise.
func (o *UpdateAISessionRequest) GetNewMessagesOk() (*[]UpdateAISessionRequestNewMessagesInner, bool)
GetNewMessagesOk returns a tuple with the NewMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISessionRequest) SetNewMessages(v []UpdateAISessionRequestNewMessagesInner)
SetNewMessages sets NewMessages field to given value.
func (o *UpdateAISessionRequest) HasNewMessages() bool
HasNewMessages returns a boolean if a field has been set.
func (o *UpdateAISessionRequest) GetTokensUsed() int32
GetTokensUsed returns the TokensUsed field if non-nil, zero value otherwise.
func (o *UpdateAISessionRequest) GetTokensUsedOk() (*int32, bool)
GetTokensUsedOk returns a tuple with the TokensUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISessionRequest) SetTokensUsed(v int32)
SetTokensUsed sets TokensUsed field to given value.
func (o *UpdateAISessionRequest) HasTokensUsed() bool
HasTokensUsed returns a boolean if a field has been set.
func (o *UpdateAISessionRequest) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *UpdateAISessionRequest) 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 *UpdateAISessionRequest) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *UpdateAISessionRequest) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *UpdateAISessionRequest) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *UpdateAISessionRequest) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAISessionRequest) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *UpdateAISessionRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.