Class ProjectsResource.AgentResource.IntentsResource.CreateRequest
Inheritance
ProjectsResource.AgentResource.IntentsResource.CreateRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class ProjectsResource.AgentResource.IntentsResource.CreateRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2Intent>, IClientServiceRequest<GoogleCloudDialogflowV2Intent>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleCloudDialogflowV2Intent, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleCloudDialogflowV2Intent body, string parent)
Parameters
Properties
HttpMethod
Declaration
public override string HttpMethod { get; }
Property Value
Overrides
IntentView
Declaration
[RequestParameter("intentView", RequestParameterType.Query)]
public virtual ProjectsResource.AgentResource.IntentsResource.CreateRequest.IntentViewEnum? IntentView { get; set; }
Property Value
LanguageCode
Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
MethodName
Declaration
public override string MethodName { get; }
Property Value
Overrides
Parent
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
RestPath
Declaration
public override string RestPath { get; }
Property Value
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Overrides
InitParameters()
Initializes Create parameter list.
Declaration
protected override void InitParameters()
Overrides
Implements