Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.6 KB

File metadata and controls

82 lines (45 loc) · 2.6 KB

ChatWithAIAgent200Response

Properties

Name Type Description Notes
SessionId Pointer to string [optional]
Response Pointer to ChatWithAIAgent200ResponseResponse [optional]

Methods

NewChatWithAIAgent200Response

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

NewChatWithAIAgent200ResponseWithDefaults

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

GetSessionId

func (o *ChatWithAIAgent200Response) GetSessionId() string

GetSessionId returns the SessionId field if non-nil, zero value otherwise.

GetSessionIdOk

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.

SetSessionId

func (o *ChatWithAIAgent200Response) SetSessionId(v string)

SetSessionId sets SessionId field to given value.

HasSessionId

func (o *ChatWithAIAgent200Response) HasSessionId() bool

HasSessionId returns a boolean if a field has been set.

GetResponse

func (o *ChatWithAIAgent200Response) GetResponse() ChatWithAIAgent200ResponseResponse

GetResponse returns the Response field if non-nil, zero value otherwise.

GetResponseOk

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.

SetResponse

func (o *ChatWithAIAgent200Response) SetResponse(v ChatWithAIAgent200ResponseResponse)

SetResponse sets Response field to given value.

HasResponse

func (o *ChatWithAIAgent200Response) HasResponse() bool

HasResponse returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]