View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion (google_api_discovery_engine v0.27.0)
Suggestions as people.
Attributes
-
dataStore
(type:String.t
, default:nil
) - The name of the dataStore that this suggestion belongs to. -
document
(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaDocument.t
, default:nil
) - The document data snippet in the suggestion. Only a subset of fields is populated. -
personType
(type:String.t
, default:nil
) - The type of the person. -
suggestion
(type:String.t
, default:nil
) - The suggestion for the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponsePersonSuggestion{ dataStore: String.t() | nil, document: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaDocument.t() | nil, personType: String.t() | nil, suggestion: String.t() | nil }