Class ProjectsResource.LocationsResource.GenerativeInsightsRequest
Natural language based Insights which powers the next generation of dashboards in Insights. Next generation of QueryMetrics.
Inheritance
ProjectsResource.LocationsResource.GenerativeInsightsRequest
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GenerativeInsightsRequest : ContactcenterinsightsBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
GenerativeInsightsRequest(IClientService, GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest, string)
Constructs a new GenerativeInsights request.
Declaration
public GenerativeInsightsRequest(IClientService service, GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest body, string location)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudContactcenterinsightsV1GenerativeInsightsRequest | body | |
| string | location |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Location
Required. The location of the data. "projects/{project}/locations/{location}"
Declaration
[RequestParameter("location", RequestParameterType.Path)]
public virtual string Location { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes GenerativeInsights parameter list.
Declaration
protected override void InitParameters()