View Source GoogleApi.ContentWarehouse.V1.Model.AssistantLogsQueryAnnotationLog (google_api_content_warehouse v0.3.0)
Log about the query requirements
Attributes
-
deviceAnnotation(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t, default:nil) - Deprecated, please use room_annotations. -
deviceAnnotations(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t), default:nil) - Log the device annotations mentioned in the query. -
providerAnnotation(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog.t, default:nil) - Log the provider annotations annotated from the query. -
roomAnnotation(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t, default:nil) - TODO(b/171250187) Deprecates the optional RoomAnnotationLog and DeviceAnnotationLog. Deprecated, please use device_annotations. -
roomAnnotations(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t), default:nil) - Log the room annotations mentioned in the query. -
structureAnnotations(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog.t), default:nil) - Log the structure annotations mentioned in the query.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsQueryAnnotationLog{ deviceAnnotation: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t() | nil, deviceAnnotations: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog.t()] | nil, providerAnnotation: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog.t() | nil, roomAnnotation: GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t() | nil, roomAnnotations: [GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog.t()] | nil, structureAnnotations: [ GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.