View Source GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoDeviceTargetingOutputQueryInfo (google_api_content_warehouse v0.4.0)

Next ID: 5

Attributes

  • annotatedSpanDevice (type: String.t, default: nil) - The query span for device mention.
  • annotatedSpanRoom (type: String.t, default: nil) - The query span for room mention.
  • annotatedSpanStructure (type: String.t, default: nil) - The query span for structure mention.
  • processedMentionedSpan (type: String.t, default: nil) - This field is from query_info.processed_mentioned_span in DTO.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AssistantVerticalsHomeautomationProtoDeviceTargetingOutputQueryInfo{
    annotatedSpanDevice: String.t() | nil,
    annotatedSpanRoom: String.t() | nil,
    annotatedSpanStructure: String.t() | nil,
    processedMentionedSpan: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.