| Name | Type | Description | Notes |
|---|---|---|---|
| SessionId | Pointer to string | [optional] | |
| Response | Pointer to ChatWithAIAgent200ResponseResponse | [optional] |
func NewChatWithAIAgent200Response() *ChatWithAIAgent200Response
NewChatWithAIAgent200Response instantiates a new ChatWithAIAgent200Response 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 NewChatWithAIAgent200ResponseWithDefaults() *ChatWithAIAgent200Response
NewChatWithAIAgent200ResponseWithDefaults instantiates a new ChatWithAIAgent200Response 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 *ChatWithAIAgent200Response) GetSessionId() string
GetSessionId returns the SessionId field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200Response) 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 *ChatWithAIAgent200Response) SetSessionId(v string)
SetSessionId sets SessionId field to given value.
func (o *ChatWithAIAgent200Response) HasSessionId() bool
HasSessionId returns a boolean if a field has been set.
func (o *ChatWithAIAgent200Response) GetResponse() ChatWithAIAgent200ResponseResponse
GetResponse returns the Response field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200Response) GetResponseOk() (*ChatWithAIAgent200ResponseResponse, bool)
GetResponseOk returns a tuple with the Response field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200Response) SetResponse(v ChatWithAIAgent200ResponseResponse)
SetResponse sets Response field to given value.
func (o *ChatWithAIAgent200Response) HasResponse() bool
HasResponse returns a boolean if a field has been set.