| Name | Type | Description | Notes |
|---|---|---|---|
| Content | string | ||
| Context | Pointer to ConversationContext | [optional] |
func NewSendMessageRequest(content string, ) *SendMessageRequest
NewSendMessageRequest instantiates a new SendMessageRequest 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 NewSendMessageRequestWithDefaults() *SendMessageRequest
NewSendMessageRequestWithDefaults instantiates a new SendMessageRequest 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 *SendMessageRequest) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *SendMessageRequest) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SendMessageRequest) SetContent(v string)
SetContent sets Content field to given value.
func (o *SendMessageRequest) GetContext() ConversationContext
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *SendMessageRequest) GetContextOk() (*ConversationContext, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SendMessageRequest) SetContext(v ConversationContext)
SetContext sets Context field to given value.
func (o *SendMessageRequest) HasContext() bool
HasContext returns a boolean if a field has been set.