Class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams
Parameters for Agentspace.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaProvisionProjectRequestSaasParams : IDirectResponseSchema
Properties
AcceptBizQos
Optional. Set to true to specify that caller has read and would like to give consent to the [Terms for
Agent Space quality of service].
Declaration
[JsonProperty("acceptBizQos")]
public virtual bool? AcceptBizQos { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsBiz
Optional. Indicates if the current request is for Biz edition (= true) or not (= false).
Declaration
[JsonProperty("isBiz")]
public virtual bool? IsBiz { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |