Class GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
Inheritance
GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1BatchUpdateIntentsRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntentBatchInline
Declaration
[JsonProperty("intentBatchInline")]
public virtual GoogleCloudDialogflowV2beta1IntentBatch 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