Class GoogleCloudDialogflowV2BatchUpdateIntentsResponse
The response message for Intents.BatchUpdateIntents.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2BatchUpdateIntentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Intents
The collection of updated or created intents.
Declaration
[JsonProperty("intents")]
public virtual IList<GoogleCloudDialogflowV2Intent> Intents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2Intent> |