Lines Matching full:question
22 use Google\Service\MyBusinessQA\Question; alias
35 * Adds a question for the specified location. (questions.create)
37 * @param string $parent Required. The name of the location to write a question
39 * @param Question $postBody
41 * @return Question
43 public function create($parent, Question $postBody, $optParams = [])
47 return $this->call('create', [$params], Question::class);
50 * Deletes a specific question written by the current user. (questions.delete)
52 * @param string $name Required. The name of the question to delete.
72 * question. The default and maximum `answers_per_question` values are 10.
92 * Updates a specific question written by the current user. (questions.patch)
94 * @param string $name Immutable. The unique name for the question.
95 * locations/questions This field will be ignored if set during question
97 * @param Question $postBody
101 * question text can be updated.
102 * @return Question
104 public function patch($name, Question $postBody, $optParams = [])
108 return $this->call('patch', [$params], Question::class);