Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::UpdateSessionEntityTypeRequest (v1.2.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/<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.

#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> or projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>. 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/<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.

#update_mask

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

#update_mask=

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