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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
orprojects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
. 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
orprojects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
. 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
orprojects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>
. 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.