Versions in this module Expand all Collapse all v3 v3.7.1 Feb 23, 2022 v3.7.0 Oct 11, 2021 Changes in this version + type AnswerService struct + func NewAnswerService(token string) *AnswerService + func (t *AnswerService) Question(request *QuestionRequest) (*QuestionResponse, error) + type QuestionRequest struct + Query string + type QuestionResponse struct + Answer string + Image string + Url string