Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConversationsResource.MessagesResource.BatchCreateRequest

Batch ingests messages to conversation. Customers can use this RPC to ingest historical messages to conversation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>
ProjectsResource.LocationsResource.ConversationsResource.MessagesResource.BatchCreateRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.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.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.MessagesResource.BatchCreateRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>, IClientServiceRequest

Constructors

BatchCreateRequest(IClientService, GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest, string)

Constructs a new BatchCreate request.

Declaration
public BatchCreateRequest(IClientService service, GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. Resource identifier of the conversation to create message. Format: projects//locations//conversations/.

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<GoogleCloudDialogflowV2beta1BatchCreateMessagesResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchCreate parameter list.

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

Implements

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