Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::UpdateSessionEntityTypeRequest.
The request message for SessionEntityTypes.UpdateSessionEntityType.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#session_entity_type
def session_entity_type() -> ::Google::Cloud::Dialogflow::CX::V3::SessionEntityType
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::SessionEntityType) — Required. The session entity type to update.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
orprojects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
. IfEnvironment ID
is not specified, we assume default 'draft' environment.
#session_entity_type=
def session_entity_type=(value) -> ::Google::Cloud::Dialogflow::CX::V3::SessionEntityType
Parameter
-
value (::Google::Cloud::Dialogflow::CX::V3::SessionEntityType) — Required. The session entity type to update.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
orprojects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
. IfEnvironment ID
is not specified, we assume default 'draft' environment.
Returns
-
(::Google::Cloud::Dialogflow::CX::V3::SessionEntityType) — Required. The session entity type to update.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
orprojects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
. IfEnvironment ID
is not specified, we assume default 'draft' environment.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — The mask to control which fields get updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — The mask to control which fields get updated.
Returns
- (::Google::Protobuf::FieldMask) — The mask to control which fields get updated.