Class ProjectsResource.LocationsResource.AgentsResource.GetGenerativeSettingsRequest
Gets the generative settings for the agent.
Inheritance
ProjectsResource.LocationsResource.AgentsResource.GetGenerativeSettingsRequest
Inherited Members
Namespace: Google.Apis.Dialogflow.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.GetGenerativeSettingsRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3GenerativeSettings>, IClientServiceRequest<GoogleCloudDialogflowCxV3GenerativeSettings>, IClientServiceRequest
Constructors
GetGenerativeSettingsRequest(IClientService, string)
Constructs a new GetGenerativeSettings request.
Declaration
public GetGenerativeSettingsRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LanguageCode
Required. Language code of the generative settings.
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. Format: projects//locations//agents//generativeSettings
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetGenerativeSettings parameter list.
Declaration
protected override void InitParameters()