public sealed class BatchUpdateIntentsRequest : IMessage<BatchUpdateIntentsRequest>, IEquatable<BatchUpdateIntentsRequest>, IDeepCloneable<BatchUpdateIntentsRequest>, IBufferMessage, IMessage
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.
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.
Format: projects/<Project ID>/agent.
Property Value
Type
Description
string
ParentAsAgentName
public AgentName ParentAsAgentName { get; set; }
AgentName-typed view over the Parent resource name property.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `BatchUpdateIntentsRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for .NET development."],["The latest version of the documentation available is 4.26.0, and there are many historical versions listed, ranging from 4.25.0 back to 3.2.0."],["`BatchUpdateIntentsRequest` allows for updating or creating intents, either from a collection of intents or from a Google Cloud Storage URI, and implements interfaces for messaging, equality checks, deep cloning, and buffer management."],["The class includes properties such as `IntentBatchInline`, `IntentBatchUri`, `IntentView`, `LanguageCode`, `Parent`, and `UpdateMask` to manage the update or creation process, and it requires a parent agent to apply the operation to."],["The documentation offers information on inherited members from the `object` class, such as `GetHashCode`, `GetType`, and `ToString`, as well as a listing of available constructors."]]],[]]