public sealed class UpdateIntentRequest : IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class UpdateIntentRequest.
The request message for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent].
Implements
IMessage<UpdateIntentRequest>, IEquatable<UpdateIntentRequest>, IDeepCloneable<UpdateIntentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
UpdateIntentRequest()
public UpdateIntentRequest()
UpdateIntentRequest(UpdateIntentRequest)
public UpdateIntentRequest(UpdateIntentRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateIntentRequest |
Properties
Intent
public Intent Intent { get; set; }
Required. The intent to update.
Property Value | |
---|---|
Type | Description |
Intent |
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 |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The mask to control which fields get updated.
Property Value | |
---|---|
Type | Description |
FieldMask |