View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDeleteSessionRequest (google_api_discovery_engine v0.27.0)
Request for DeleteSession method.
Attributes
-
name
(type:String.t
, default:nil
) - Required. The resource name of the Session to delete. Format:projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/sessions/{session_id}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDeleteSessionRequest{ name: String.t() | nil }