Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource.CreateRequest

Creates an example in the specified playbook.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>
ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource.CreateRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.PlaybooksResource.ExamplesResource.CreateRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>, IClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudDialogflowCxV3beta1Example, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudDialogflowCxV3beta1Example body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowCxV3beta1Example body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.MethodName

Parent

Required. The playbook to create an example for. Format: projects//locations//agents//playbooks/.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3beta1Example>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX