Dialogflow v3 API - Class UpdateSessionEntityTypeRequest (2.21.0)

public sealed class UpdateSessionEntityTypeRequest : IMessage<UpdateSessionEntityTypeRequest>, IEquatable<UpdateSessionEntityTypeRequest>, IDeepCloneable<UpdateSessionEntityTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class UpdateSessionEntityTypeRequest.

The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.cx.v3.SessionEntityTypes.UpdateSessionEntityType].

Inheritance

object > UpdateSessionEntityTypeRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

UpdateSessionEntityTypeRequest()

public UpdateSessionEntityTypeRequest()

UpdateSessionEntityTypeRequest(UpdateSessionEntityTypeRequest)

public UpdateSessionEntityTypeRequest(UpdateSessionEntityTypeRequest other)
Parameter
Name Description
other UpdateSessionEntityTypeRequest

Properties

SessionEntityType

public SessionEntityType SessionEntityType { get; set; }

Required. The session entity type to update. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>. If Environment ID is not specified, we assume default 'draft' environment.

Property Value
Type Description
SessionEntityType

UpdateMask

public FieldMask UpdateMask { get; set; }

The mask to control which fields get updated.

Property Value
Type Description
FieldMask