Show / Hide Table of Contents

Class GenerateInsightsRequest

Request for GenerateInsights.

Inheritance
object
GenerateInsightsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GenerateInsightsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Optional. Filters cost data by service id. Follows https://google.aip.dev/160 for the filter syntax. eg. filter: "service = 'C7E2-9256-1C43'"

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

OverriddenMaxIterationCounts

Optional. Overrides the maximum iterations for any selected strategy.

Declaration
[JsonProperty("overriddenMaxIterationCounts")]
public virtual int? OverriddenMaxIterationCounts { get; set; }
Property Value
Type Description
int?

Parents

Optional. The billing account or projects to analyze.

Declaration
[JsonProperty("parents")]
public virtual IList<BillingDataResource> Parents { get; set; }
Property Value
Type Description
IList<BillingDataResource>

Prompt

Required. The natural language prompt from the user.

Declaration
[JsonProperty("prompt")]
public virtual string Prompt { get; set; }
Property Value
Type Description
string

UserContext

Optional. Additional context for personalization (e.g., user persona, role).

Declaration
[JsonProperty("userContext")]
public virtual UserContext UserContext { get; set; }
Property Value
Type Description
UserContext

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX