Documentation
¶
Index ¶
- type ConversationActions
- type ConversationActionsRequest
- type SelectionEvent
- type SystemTextClassifierMetadata
- type TextClassification
- type TextClassificationContext
- type TextClassificationRequest
- type TextClassificationSessionId
- type TextClassifierEvent
- type TextLanguage
- type TextLanguageRequest
- type TextLinks
- type TextLinksRequest
- type TextSelection
- type TextSelectionRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConversationActions ¶
type ConversationActions struct {
Id string
}
func (*ConversationActions) MarshalParcel ¶
func (s *ConversationActions) MarshalParcel( p *parcel.Parcel, ) error
func (*ConversationActions) UnmarshalParcel ¶
func (s *ConversationActions) UnmarshalParcel( p *parcel.Parcel, ) error
type ConversationActionsRequest ¶
type ConversationActionsRequest struct {
}
func (*ConversationActionsRequest) MarshalParcel ¶
func (s *ConversationActionsRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*ConversationActionsRequest) UnmarshalParcel ¶
func (s *ConversationActionsRequest) UnmarshalParcel( p *parcel.Parcel, ) error
type SelectionEvent ¶
type SelectionEvent struct {
AbsoluteStart int32
AbsoluteEnd int32
EventType int32
EntityType string
PackageName string
WidgetType string
InvocationMethod int32
ResultId string
EventTime int64
DurationSinceSessionStart int64
DurationSincePreviousEvent int64
EventIndex int32
Start int32
End int32
SmartStart int32
SmartEnd int32
}
func (*SelectionEvent) MarshalParcel ¶
func (s *SelectionEvent) MarshalParcel( p *parcel.Parcel, ) error
func (*SelectionEvent) UnmarshalParcel ¶
func (s *SelectionEvent) UnmarshalParcel( p *parcel.Parcel, ) error
type SystemTextClassifierMetadata ¶
type SystemTextClassifierMetadata struct {
CallingPackageName string
UserId int32
UseDefaultTextClassifier bool
}
func (*SystemTextClassifierMetadata) MarshalParcel ¶
func (s *SystemTextClassifierMetadata) MarshalParcel( p *parcel.Parcel, ) error
func (*SystemTextClassifierMetadata) UnmarshalParcel ¶
func (s *SystemTextClassifierMetadata) UnmarshalParcel( p *parcel.Parcel, ) error
type TextClassification ¶
func (*TextClassification) MarshalParcel ¶
func (s *TextClassification) MarshalParcel( p *parcel.Parcel, ) error
func (*TextClassification) UnmarshalParcel ¶
func (s *TextClassification) UnmarshalParcel( p *parcel.Parcel, ) error
type TextClassificationContext ¶
func (*TextClassificationContext) MarshalParcel ¶
func (s *TextClassificationContext) MarshalParcel( p *parcel.Parcel, ) error
func (*TextClassificationContext) UnmarshalParcel ¶
func (s *TextClassificationContext) UnmarshalParcel( p *parcel.Parcel, ) error
type TextClassificationRequest ¶
type TextClassificationRequest struct {
}
func (*TextClassificationRequest) MarshalParcel ¶
func (s *TextClassificationRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*TextClassificationRequest) UnmarshalParcel ¶
func (s *TextClassificationRequest) UnmarshalParcel( p *parcel.Parcel, ) error
type TextClassificationSessionId ¶
type TextClassificationSessionId struct {
Value string
}
func (*TextClassificationSessionId) MarshalParcel ¶
func (s *TextClassificationSessionId) MarshalParcel( p *parcel.Parcel, ) error
func (*TextClassificationSessionId) UnmarshalParcel ¶
func (s *TextClassificationSessionId) UnmarshalParcel( p *parcel.Parcel, ) error
type TextClassifierEvent ¶
type TextClassifierEvent struct {
EventCategory int32
EventType int32
ResultId string
EventIndex int32
ModelName string
}
func (*TextClassifierEvent) MarshalParcel ¶
func (s *TextClassifierEvent) MarshalParcel( p *parcel.Parcel, ) error
func (*TextClassifierEvent) UnmarshalParcel ¶
func (s *TextClassifierEvent) UnmarshalParcel( p *parcel.Parcel, ) error
type TextLanguage ¶
type TextLanguage struct {
Id string
}
func (*TextLanguage) MarshalParcel ¶
func (s *TextLanguage) MarshalParcel( p *parcel.Parcel, ) error
func (*TextLanguage) UnmarshalParcel ¶
func (s *TextLanguage) UnmarshalParcel( p *parcel.Parcel, ) error
type TextLanguageRequest ¶
type TextLanguageRequest struct {
}
func (*TextLanguageRequest) MarshalParcel ¶
func (s *TextLanguageRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*TextLanguageRequest) UnmarshalParcel ¶
func (s *TextLanguageRequest) UnmarshalParcel( p *parcel.Parcel, ) error
type TextLinksRequest ¶
type TextLinksRequest struct {
}
func (*TextLinksRequest) MarshalParcel ¶
func (s *TextLinksRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*TextLinksRequest) UnmarshalParcel ¶
func (s *TextLinksRequest) UnmarshalParcel( p *parcel.Parcel, ) error
type TextSelection ¶
type TextSelection struct {
StartIndex int32
EndIndex int32
Id string
TextClassification *TextClassification
}
func (*TextSelection) MarshalParcel ¶
func (s *TextSelection) MarshalParcel( p *parcel.Parcel, ) error
func (*TextSelection) UnmarshalParcel ¶
func (s *TextSelection) UnmarshalParcel( p *parcel.Parcel, ) error
type TextSelectionRequest ¶
type TextSelectionRequest struct {
}
func (*TextSelectionRequest) MarshalParcel ¶
func (s *TextSelectionRequest) MarshalParcel( p *parcel.Parcel, ) error
func (*TextSelectionRequest) UnmarshalParcel ¶
func (s *TextSelectionRequest) UnmarshalParcel( p *parcel.Parcel, ) error
Source Files
¶
- conversationactions.go
- conversationactions.request.go
- selectionevent.go
- systemtextclassifiermetadata.go
- textclassification.go
- textclassification.request.go
- textclassificationcontext.go
- textclassificationsessionid.go
- textclassifierevent.go
- textlanguage.go
- textlanguage.request.go
- textlinks.go
- textlinks.request.go
- textselection.go
- textselection.request.go
Click to show internal directories.
Click to hide internal directories.