| Name | Type | Description | Notes |
|---|---|---|---|
| Text | Pointer to string | [optional] | |
| StopReason | Pointer to string | [optional] | |
| Usage | Pointer to ChatWithAIAgent200ResponseResponseUsage | [optional] | |
| ToolResults | Pointer to []map[string]interface{} | [optional] |
func NewChatWithAIAgent200ResponseResponse() *ChatWithAIAgent200ResponseResponse
NewChatWithAIAgent200ResponseResponse instantiates a new ChatWithAIAgent200ResponseResponse 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 NewChatWithAIAgent200ResponseResponseWithDefaults() *ChatWithAIAgent200ResponseResponse
NewChatWithAIAgent200ResponseResponseWithDefaults instantiates a new ChatWithAIAgent200ResponseResponse 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 *ChatWithAIAgent200ResponseResponse) GetText() string
GetText returns the Text field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponse) GetTextOk() (*string, bool)
GetTextOk returns a tuple with the Text field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponse) SetText(v string)
SetText sets Text field to given value.
func (o *ChatWithAIAgent200ResponseResponse) HasText() bool
HasText returns a boolean if a field has been set.
func (o *ChatWithAIAgent200ResponseResponse) GetStopReason() string
GetStopReason returns the StopReason field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponse) GetStopReasonOk() (*string, bool)
GetStopReasonOk returns a tuple with the StopReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponse) SetStopReason(v string)
SetStopReason sets StopReason field to given value.
func (o *ChatWithAIAgent200ResponseResponse) HasStopReason() bool
HasStopReason returns a boolean if a field has been set.
func (o *ChatWithAIAgent200ResponseResponse) GetUsage() ChatWithAIAgent200ResponseResponseUsage
GetUsage returns the Usage field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponse) GetUsageOk() (*ChatWithAIAgent200ResponseResponseUsage, bool)
GetUsageOk returns a tuple with the Usage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponse) SetUsage(v ChatWithAIAgent200ResponseResponseUsage)
SetUsage sets Usage field to given value.
func (o *ChatWithAIAgent200ResponseResponse) HasUsage() bool
HasUsage returns a boolean if a field has been set.
func (o *ChatWithAIAgent200ResponseResponse) GetToolResults() []map[string]interface{}
GetToolResults returns the ToolResults field if non-nil, zero value otherwise.
func (o *ChatWithAIAgent200ResponseResponse) GetToolResultsOk() (*[]map[string]interface{}, bool)
GetToolResultsOk returns a tuple with the ToolResults field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatWithAIAgent200ResponseResponse) SetToolResults(v []map[string]interface{})
SetToolResults sets ToolResults field to given value.
func (o *ChatWithAIAgent200ResponseResponse) HasToolResults() bool
HasToolResults returns a boolean if a field has been set.