Voting helps other researchers find interesting modules.
A message representing the function call of an answers intent query. Next ID: 21 Important: If you add new fields that do not reflect signals data, but actual semantics of the FunctionCall, please also update CreateFuncallCopyWithoutSignals and CreateFuncallCopyWithArgumentSignals in function_call_utils. LINT.IfChange
argument
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryArgument.t)
nil
catalogVersion
String.t
conceptInfo
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryConceptInfo.t
contextualSensitivity
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivitySensitivity.t)
enabledRemodelings
GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelingControl.t
ignoredTokens
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokens.t)
key
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaKey.t
marker
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarker.t
modifiers
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentModifiers.t
name
sensitivity
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivitySensitivity.t
signals
GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryFunctionCallSignals.t
unexplainedTokens
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryFunctionCall{ argument: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryArgument.t() ] | nil, catalogVersion: String.t() | nil, conceptInfo: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryConceptInfo.t() | nil, contextualSensitivity: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivitySensitivity.t() ] | nil, enabledRemodelings: GoogleApi.ContentWarehouse.V1.Model.NlpMeaningMeaningRemodelingControl.t() | nil, ignoredTokens: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokens.t() ] | nil, key: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMeaningSchemaKey.t() | nil, marker: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersMarker.t() | nil, modifiers: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentModifiers.t() | nil, name: String.t() | nil, sensitivity: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersSensitivitySensitivity.t() | nil, signals: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryFunctionCallSignals.t() | nil, unexplainedTokens: [ GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryTokens.t() ] | nil }
@spec decode(struct(), keyword()) :: struct()