Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::UpdateSessionEntityTypeRequest (v0.11.0)

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> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>. If Environment 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> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>. If Environment 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> or projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment ID>/sessions/<Session ID>/entityTypes/<Entity Type ID>. If Environment ID is not specified, we assume default 'draft' environment.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns