Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.31 KB

TalkToChatbot200Response.md

File metadata and controls

72 lines (39 loc) · 2.31 KB

TalkToChatbot200Response

Properties

Name Type Description Notes
AnswerText string
Media []TalkToChatbot200ResponseMediaInner

Methods

NewTalkToChatbot200Response

func NewTalkToChatbot200Response(answerText string, media []TalkToChatbot200ResponseMediaInner, ) *TalkToChatbot200Response

NewTalkToChatbot200Response instantiates a new TalkToChatbot200Response 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

NewTalkToChatbot200ResponseWithDefaults

func NewTalkToChatbot200ResponseWithDefaults() *TalkToChatbot200Response

NewTalkToChatbot200ResponseWithDefaults instantiates a new TalkToChatbot200Response 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

GetAnswerText

func (o *TalkToChatbot200Response) GetAnswerText() string

GetAnswerText returns the AnswerText field if non-nil, zero value otherwise.

GetAnswerTextOk

func (o *TalkToChatbot200Response) GetAnswerTextOk() (*string, bool)

GetAnswerTextOk returns a tuple with the AnswerText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAnswerText

func (o *TalkToChatbot200Response) SetAnswerText(v string)

SetAnswerText sets AnswerText field to given value.

GetMedia

func (o *TalkToChatbot200Response) GetMedia() []TalkToChatbot200ResponseMediaInner

GetMedia returns the Media field if non-nil, zero value otherwise.

GetMediaOk

func (o *TalkToChatbot200Response) GetMediaOk() (*[]TalkToChatbot200ResponseMediaInner, bool)

GetMediaOk returns a tuple with the Media field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMedia

func (o *TalkToChatbot200Response) SetMedia(v []TalkToChatbot200ResponseMediaInner)

SetMedia sets Media field to given value.

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