GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteRelationshipMemoryData
Table of Contents ▼
Jump to a specific part of the page:
Description
Relationship->contact data provided by Assistant Memory.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
contactPointer
(type:GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactPointer
, default:nil
)
- The contact pointer. See http://go/assistant-contact-id. -
value
(type:String.t
, default:nil
)
- The contact name copied from UserAttribute.value.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteRelationshipMemoryData{
contactPointer: GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactPointer.t() | nil,
value: String.t() | nil
}
contactPointer: GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactPointer.t() | nil,
value: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.QualityQrewriteRelationshipMemoryData