/// <summary>Constructs a new Query request.</summary>
 public QueryRequest(Google.Apis.Services.IClientService service, Google.Apis.HomeGraphService.v1.Data.QueryRequest body)
     : base(service)
 {
     Body = body;
     InitParameters();
 }
 /// <summary>Gets the current states in Home Graph for the given set of the third-party user's devices.
 ///
 /// The third-party user's identity is passed in via the `agent_user_id` (see QueryRequest). This request must
 /// be authorized using service account credentials from your Actions console project.</summary>
 /// <param name="body">The body of the request.</param>
 public virtual QueryRequest Query(Google.Apis.HomeGraphService.v1.Data.QueryRequest body)
 {
     return(new QueryRequest(service, body));
 }