Class ProjectsResource.LocationsResource.ConversationsResource.IngestContextReferencesRequest
Data ingestion API. Ingests context references for an existing conversation.
Inheritance
ProjectsResource.LocationsResource.ConversationsResource.IngestContextReferencesRequest
Implements
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1IngestContextReferencesResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1IngestContextReferencesResponse>.UploadType
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversationsResource.IngestContextReferencesRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1IngestContextReferencesResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1IngestContextReferencesResponse>, IClientServiceRequest
Constructors
IngestContextReferencesRequest(IClientService, GoogleCloudDialogflowV2beta1IngestContextReferencesRequest, string)
Constructs a new IngestContextReferences request.
Declaration
public IngestContextReferencesRequest(IClientService service, GoogleCloudDialogflowV2beta1IngestContextReferencesRequest body, string conversation)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDialogflowV2beta1IngestContextReferencesRequest | body | |
string | conversation |
Properties
Conversation
Required. Resource identifier of the conversation to ingest context information for. Format:
projects//locations//conversations/
.
Declaration
[RequestParameter("conversation", RequestParameterType.Path)]
public virtual string Conversation { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 IngestContextReferences parameter list.
Declaration
protected override void InitParameters()