Name | Type | Description | Notes |
---|---|---|---|
Suggests | GetConversationSuggests200ResponseSuggests | ||
Words | []string |
func NewGetConversationSuggests200Response(suggests GetConversationSuggests200ResponseSuggests, words []string, ) *GetConversationSuggests200Response
NewGetConversationSuggests200Response instantiates a new GetConversationSuggests200Response 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 NewGetConversationSuggests200ResponseWithDefaults() *GetConversationSuggests200Response
NewGetConversationSuggests200ResponseWithDefaults instantiates a new GetConversationSuggests200Response 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 *GetConversationSuggests200Response) GetSuggests() GetConversationSuggests200ResponseSuggests
GetSuggests returns the Suggests field if non-nil, zero value otherwise.
func (o *GetConversationSuggests200Response) GetSuggestsOk() (*GetConversationSuggests200ResponseSuggests, bool)
GetSuggestsOk returns a tuple with the Suggests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetConversationSuggests200Response) SetSuggests(v GetConversationSuggests200ResponseSuggests)
SetSuggests sets Suggests field to given value.
func (o *GetConversationSuggests200Response) GetWords() []string
GetWords returns the Words field if non-nil, zero value otherwise.
func (o *GetConversationSuggests200Response) GetWordsOk() (*[]string, bool)
GetWordsOk returns a tuple with the Words field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetConversationSuggests200Response) SetWords(v []string)
SetWords sets Words field to given value.