Class GoogleCloudDialogflowV2BatchUpdateIntentsRequest
Inheritance
GoogleCloudDialogflowV2BatchUpdateIntentsRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2BatchUpdateIntentsRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntentBatchInline
Declaration
[JsonProperty("intentBatchInline")]
public virtual GoogleCloudDialogflowV2IntentBatch IntentBatchInline { get; set; }
Property Value
IntentBatchUri
Declaration
[JsonProperty("intentBatchUri")]
public virtual string IntentBatchUri { get; set; }
Property Value
IntentView
Declaration
[JsonProperty("intentView")]
public virtual string IntentView { get; set; }
Property Value
LanguageCode
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
UpdateMask
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Implements