LocationsQuestions
class LocationsQuestions extends Resource (View source)
The "questions" collection of methods.
Typical usage is:
$mybusinessqandaService = new Google\Service\MyBusinessQA(...);
$questions = $mybusinessqandaService->locations_questions;
Methods
delete(string $name, array $optParams = [])
Deletes a specific question written by the current user. (questions.delete)
listLocationsQuestions(string $parent, array $optParams = [])
Returns the paginated list of questions and some of its answers for a specified location. This operation is only valid if the specified location is verified. (questions.listLocationsQuestions)
Details
Question
create(string $parent, Question $postBody, array $optParams = [])
Adds a question for the specified location. (questions.create)
MybusinessqandaEmpty
delete(string $name, array $optParams = [])
Deletes a specific question written by the current user. (questions.delete)
ListQuestionsResponse
listLocationsQuestions(string $parent, array $optParams = [])
Returns the paginated list of questions and some of its answers for a specified location. This operation is only valid if the specified location is verified. (questions.listLocationsQuestions)