GoogleApi.ContentWarehouse.V1.Model.AssistantLogsQueryAnnotationLog
Table of Contents ▼
Jump to a specific part of the page:
Description
Log about the query requirements
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
deviceAnnotation
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog
, default:nil
)
- Deprecated, please use room_annotations. -
deviceAnnotations
(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceAnnotationLog)
, default:nil
)
- Log the device annotations mentioned in the query. -
providerAnnotation
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsProviderAnnotationLog
, default:nil
)
- Log the provider annotations annotated from the query. -
roomAnnotation
(type:GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog
, default:nil
)
- TODO(b/171250187) Deprecates the optional RoomAnnotationLog and DeviceAnnotationLog. Deprecated, please use device_annotations. -
roomAnnotations
(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsRoomAnnotationLog)
, default:nil
)
- Log the room annotations mentioned in the query. -
structureAnnotations
(type:list(GoogleApi.ContentWarehouse.V1.Model.AssistantLogsStructureAnnotationLog)
, default:nil
)
- Log the structure annotations mentioned in the query.
Type
@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
}
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
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantLogsQueryAnnotationLog