View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaGetSessionRequest (google_api_discovery_engine v0.27.0)

Request for GetSession method.

Attributes

  • includeAnswerDetails (type: boolean(), default: nil) - Optional. If set to true, the full session including all answer details will be returned.
  • name (type: String.t, default: nil) - Required. The resource name of the Session to get. 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

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaGetSessionRequest{
    includeAnswerDetails: boolean() | nil,
    name: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.