View Source GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySensitiveArgumentValueGuard (google_api_content_warehouse v0.4.0)
Attributes
-
doNotUseDebugOnlyDecryptedValue
(type:GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryArgumentValue.t
, default:nil
) - Decrypted and deserialized contents of |encrypted_value|. This field should never be populated in prod. This is only provided for easier human inspection when using dev builds (dev keys are public). -
encryptedValue
(type:String.t
, default:nil
) - Encrypted protobuffer of type ArgumentValue.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQuerySensitiveArgumentValueGuard{ doNotUseDebugOnlyDecryptedValue: GoogleApi.ContentWarehouse.V1.Model.KnowledgeAnswersIntentQueryArgumentValue.t() | nil, encryptedValue: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.