public sealed class BatchUpdateIntentsRequest : IMessage<BatchUpdateIntentsRequest>, IEquatable<BatchUpdateIntentsRequest>, IDeepCloneable<BatchUpdateIntentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class BatchUpdateIntentsRequest.
The request message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents].
Implements
IMessageBatchUpdateIntentsRequest, IEquatableBatchUpdateIntentsRequest, IDeepCloneableBatchUpdateIntentsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
BatchUpdateIntentsRequest()
public BatchUpdateIntentsRequest()
BatchUpdateIntentsRequest(BatchUpdateIntentsRequest)
public BatchUpdateIntentsRequest(BatchUpdateIntentsRequest other)
Parameter | |
---|---|
Name | Description |
other |
BatchUpdateIntentsRequest |
Properties
HasIntentBatchUri
public bool HasIntentBatchUri { get; }
Gets whether the "intent_batch_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
IntentBatchCase
public BatchUpdateIntentsRequest.IntentBatchOneofCase IntentBatchCase { get; }
Property Value | |
---|---|
Type | Description |
BatchUpdateIntentsRequestIntentBatchOneofCase |
IntentBatchInline
public IntentBatch IntentBatchInline { get; set; }
The collection of intents to update or create.
Property Value | |
---|---|
Type | Description |
IntentBatch |
IntentBatchUri
public string IntentBatchUri { get; set; }
The URI to a Google Cloud Storage file containing intents to update or create. The file format can either be a serialized proto (of IntentBatch type) or JSON object. Note: The URI must start with "gs://".
Property Value | |
---|---|
Type | Description |
string |
IntentView
public IntentView IntentView { get; set; }
Optional. The resource view to apply to the returned intent.
Property Value | |
---|---|
Type | Description |
IntentView |
LanguageCode
public string LanguageCode { get; set; }
Optional. The language used to access language-specific data. If not specified, the agent's default language is used. For more information, see Multilingual intent and entity data.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the agent to update or create intents in. Supported formats:
projects/<Project ID>/agent
projects/<Project ID>/locations/<Location ID>/agent
Property Value | |
---|---|
Type | Description |
string |
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The mask to control which fields get updated.
Property Value | |
---|---|
Type | Description |
FieldMask |