Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ConversationActionBuilderClient struct + func NewConversationActionBuilderClient(cc grpc.ClientConnInterface) *ConversationActionBuilderClient + func (c *ConversationActionBuilderClient) Build(ctx context.Context) (int64, error) + func (c *ConversationActionBuilderClient) SetAction(ctx context.Context, arg0 int64) (int64, error) + func (c *ConversationActionBuilderClient) SetConfidenceScore(ctx context.Context, arg0 float32) (int64, error) + func (c *ConversationActionBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error) + func (c *ConversationActionBuilderClient) SetTextReply(ctx context.Context, arg0 string) (int64, error) + type ConversationActionClient struct + func NewConversationActionClient(cc grpc.ClientConnInterface) *ConversationActionClient + func (c *ConversationActionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ConversationActionClient) GetAction(ctx context.Context) (int64, error) + func (c *ConversationActionClient) GetConfidenceScore(ctx context.Context) (float32, error) + func (c *ConversationActionClient) GetExtras(ctx context.Context) (int64, error) + func (c *ConversationActionClient) GetTextReply(ctx context.Context) (int64, error) + func (c *ConversationActionClient) GetType(ctx context.Context) (string, error) + func (c *ConversationActionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ConversationActionsClient struct + func NewConversationActionsClient(cc grpc.ClientConnInterface) *ConversationActionsClient + func (c *ConversationActionsClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *ConversationActionsClient) GetConversationActions(ctx context.Context, handle int64) (int64, error) + func (c *ConversationActionsClient) GetId(ctx context.Context, handle int64) (string, error) + func (c *ConversationActionsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type ConversationActionsMessageClient struct + func NewConversationActionsMessageClient(cc grpc.ClientConnInterface) *ConversationActionsMessageClient + func (c *ConversationActionsMessageClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ConversationActionsMessageClient) GetAuthor(ctx context.Context) (int64, error) + func (c *ConversationActionsMessageClient) GetExtras(ctx context.Context) (int64, error) + func (c *ConversationActionsMessageClient) GetReferenceTime(ctx context.Context) (int64, error) + func (c *ConversationActionsMessageClient) GetText(ctx context.Context) (int64, error) + func (c *ConversationActionsMessageClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type ConversationActionsRequestClient struct + func NewConversationActionsRequestClient(cc grpc.ClientConnInterface) *ConversationActionsRequestClient + func (c *ConversationActionsRequestClient) DescribeContents(ctx context.Context) (int32, error) + func (c *ConversationActionsRequestClient) GetCallingPackageName(ctx context.Context) (string, error) + func (c *ConversationActionsRequestClient) GetConversation(ctx context.Context) (int64, error) + func (c *ConversationActionsRequestClient) GetExtras(ctx context.Context) (int64, error) + func (c *ConversationActionsRequestClient) GetHints(ctx context.Context) (int64, error) + func (c *ConversationActionsRequestClient) GetMaxSuggestions(ctx context.Context) (int32, error) + func (c *ConversationActionsRequestClient) GetTypeConfig(ctx context.Context) (int64, error) + func (c *ConversationActionsRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type SelectionEventClient struct + func NewSelectionEventClient(cc grpc.ClientConnInterface) *SelectionEventClient + func (c *SelectionEventClient) CreateSelectionActionEvent3(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) (int64, error) + func (c *SelectionEventClient) CreateSelectionActionEvent4_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int64) (int64, error) + func (c *SelectionEventClient) CreateSelectionModifiedEvent2(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *SelectionEventClient) CreateSelectionModifiedEvent3_1(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error) + func (c *SelectionEventClient) CreateSelectionModifiedEvent3_2(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) (int64, error) + func (c *SelectionEventClient) CreateSelectionStartedEvent(ctx context.Context, arg0 int32, arg1 int32) (int64, error) + func (c *SelectionEventClient) DescribeContents(ctx context.Context) (int32, error) + func (c *SelectionEventClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *SelectionEventClient) GetDurationSincePreviousEvent(ctx context.Context) (int64, error) + func (c *SelectionEventClient) GetDurationSinceSessionStart(ctx context.Context) (int64, error) + func (c *SelectionEventClient) GetEnd(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetEntityType(ctx context.Context) (string, error) + func (c *SelectionEventClient) GetEventIndex(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetEventTime(ctx context.Context) (int64, error) + func (c *SelectionEventClient) GetEventType(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetInvocationMethod(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetPackageName(ctx context.Context) (string, error) + func (c *SelectionEventClient) GetResultId(ctx context.Context) (string, error) + func (c *SelectionEventClient) GetSessionId(ctx context.Context) (int64, error) + func (c *SelectionEventClient) GetSmartEnd(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetSmartStart(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetStart(ctx context.Context) (int32, error) + func (c *SelectionEventClient) GetWidgetType(ctx context.Context) (string, error) + func (c *SelectionEventClient) GetWidgetVersion(ctx context.Context) (string, error) + func (c *SelectionEventClient) HashCode(ctx context.Context) (int32, error) + func (c *SelectionEventClient) IsTerminal(ctx context.Context, arg0 int32) (bool, error) + func (c *SelectionEventClient) ToString(ctx context.Context) (string, error) + func (c *SelectionEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassificationBuilderClient struct + func NewTextClassificationBuilderClient(cc grpc.ClientConnInterface) *TextClassificationBuilderClient + func (c *TextClassificationBuilderClient) AddAction(ctx context.Context, arg0 int64) (int64, error) + func (c *TextClassificationBuilderClient) Build(ctx context.Context) (int64, error) + func (c *TextClassificationBuilderClient) SetEntityType(ctx context.Context, arg0 string, arg1 float32) (int64, error) + func (c *TextClassificationBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error) + func (c *TextClassificationBuilderClient) SetIcon(ctx context.Context, arg0 int64) (int64, error) + func (c *TextClassificationBuilderClient) SetId(ctx context.Context, arg0 string) (int64, error) + func (c *TextClassificationBuilderClient) SetIntent(ctx context.Context, arg0 int64) (int64, error) + func (c *TextClassificationBuilderClient) SetLabel(ctx context.Context, arg0 string) (int64, error) + func (c *TextClassificationBuilderClient) SetOnClickListener(ctx context.Context, arg0 int64) (int64, error) + func (c *TextClassificationBuilderClient) SetText(ctx context.Context, arg0 string) (int64, error) + type TextClassificationClient struct + func NewTextClassificationClient(cc grpc.ClientConnInterface) *TextClassificationClient + func (c *TextClassificationClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextClassificationClient) GetActions(ctx context.Context) (int64, error) + func (c *TextClassificationClient) GetConfidenceScore(ctx context.Context, arg0 string) (float32, error) + func (c *TextClassificationClient) GetEntity(ctx context.Context, arg0 int32) (string, error) + func (c *TextClassificationClient) GetEntityCount(ctx context.Context) (int32, error) + func (c *TextClassificationClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextClassificationClient) GetIcon(ctx context.Context) (int64, error) + func (c *TextClassificationClient) GetId(ctx context.Context) (string, error) + func (c *TextClassificationClient) GetIntent(ctx context.Context) (int64, error) + func (c *TextClassificationClient) GetLabel(ctx context.Context) (int64, error) + func (c *TextClassificationClient) GetOnClickListener(ctx context.Context) (int64, error) + func (c *TextClassificationClient) GetText(ctx context.Context) (string, error) + func (c *TextClassificationClient) ToString(ctx context.Context) (string, error) + func (c *TextClassificationClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassificationContextBuilderClient struct + func NewTextClassificationContextBuilderClient(cc grpc.ClientConnInterface) *TextClassificationContextBuilderClient + func (c *TextClassificationContextBuilderClient) Build(ctx context.Context) (int64, error) + func (c *TextClassificationContextBuilderClient) SetWidgetVersion(ctx context.Context, arg0 string) (int64, error) + type TextClassificationContextClient struct + func NewTextClassificationContextClient(cc grpc.ClientConnInterface) *TextClassificationContextClient + func (c *TextClassificationContextClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextClassificationContextClient) GetPackageName(ctx context.Context) (string, error) + func (c *TextClassificationContextClient) GetWidgetType(ctx context.Context) (string, error) + func (c *TextClassificationContextClient) GetWidgetVersion(ctx context.Context) (string, error) + func (c *TextClassificationContextClient) ToString(ctx context.Context) (string, error) + func (c *TextClassificationContextClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassificationManagerClient struct + func NewTextClassificationManagerClient(cc grpc.ClientConnInterface) *TextClassificationManagerClient + func (c *TextClassificationManagerClient) CreateTextClassificationSession(ctx context.Context, arg0 int64) (int64, error) + func (c *TextClassificationManagerClient) GetTextClassifier(ctx context.Context) (int64, error) + func (c *TextClassificationManagerClient) SetTextClassificationSessionFactory(ctx context.Context, arg0 int64) error + func (c *TextClassificationManagerClient) SetTextClassifier(ctx context.Context, arg0 int64) error + type TextClassificationRequestClient struct + func NewTextClassificationRequestClient(cc grpc.ClientConnInterface) *TextClassificationRequestClient + func (c *TextClassificationRequestClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextClassificationRequestClient) GetCallingPackageName(ctx context.Context) (string, error) + func (c *TextClassificationRequestClient) GetDefaultLocales(ctx context.Context) (int64, error) + func (c *TextClassificationRequestClient) GetEndIndex(ctx context.Context) (int32, error) + func (c *TextClassificationRequestClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextClassificationRequestClient) GetReferenceTime(ctx context.Context) (int64, error) + func (c *TextClassificationRequestClient) GetStartIndex(ctx context.Context) (int32, error) + func (c *TextClassificationRequestClient) GetText(ctx context.Context) (int64, error) + func (c *TextClassificationRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassificationSessionFactoryClient struct + func NewTextClassificationSessionFactoryClient(cc grpc.ClientConnInterface) *TextClassificationSessionFactoryClient + func (c *TextClassificationSessionFactoryClient) CreateTextClassificationSession(ctx context.Context, arg0 int64) (int64, error) + type TextClassificationSessionIdClient struct + func NewTextClassificationSessionIdClient(cc grpc.ClientConnInterface) *TextClassificationSessionIdClient + func (c *TextClassificationSessionIdClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextClassificationSessionIdClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *TextClassificationSessionIdClient) GetValue(ctx context.Context) (string, error) + func (c *TextClassificationSessionIdClient) HashCode(ctx context.Context) (int32, error) + func (c *TextClassificationSessionIdClient) ToString(ctx context.Context) (string, error) + func (c *TextClassificationSessionIdClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassifierEntityConfigClient struct + func NewTextClassifierEntityConfigClient(cc grpc.ClientConnInterface) *TextClassifierEntityConfigClient + func (c *TextClassifierEntityConfigClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextClassifierEntityConfigClient) GetHints(ctx context.Context) (int64, error) + func (c *TextClassifierEntityConfigClient) ShouldIncludeTypesFromTextClassifier(ctx context.Context) (bool, error) + func (c *TextClassifierEntityConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassifierEventClient struct + func NewTextClassifierEventClient(cc grpc.ClientConnInterface) *TextClassifierEventClient + func (c *TextClassifierEventClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextClassifierEventClient) GetActionIndices(ctx context.Context) (int64, error) + func (c *TextClassifierEventClient) GetEntityTypes(ctx context.Context) (int64, error) + func (c *TextClassifierEventClient) GetEventCategory(ctx context.Context) (int32, error) + func (c *TextClassifierEventClient) GetEventContext(ctx context.Context) (int64, error) + func (c *TextClassifierEventClient) GetEventIndex(ctx context.Context) (int32, error) + func (c *TextClassifierEventClient) GetEventType(ctx context.Context) (int32, error) + func (c *TextClassifierEventClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextClassifierEventClient) GetLocale(ctx context.Context) (int64, error) + func (c *TextClassifierEventClient) GetModelName(ctx context.Context) (string, error) + func (c *TextClassifierEventClient) GetResultId(ctx context.Context) (string, error) + func (c *TextClassifierEventClient) GetScores(ctx context.Context) (int64, error) + func (c *TextClassifierEventClient) ToString(ctx context.Context) (string, error) + func (c *TextClassifierEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextClassifierEventTextSelectionEventClient struct + func NewTextClassifierEventTextSelectionEventClient(cc grpc.ClientConnInterface) *TextClassifierEventTextSelectionEventClient + func (c *TextClassifierEventTextSelectionEventClient) GetRelativeSuggestedWordEndIndex(ctx context.Context) (int32, error) + func (c *TextClassifierEventTextSelectionEventClient) GetRelativeSuggestedWordStartIndex(ctx context.Context) (int32, error) + func (c *TextClassifierEventTextSelectionEventClient) GetRelativeWordEndIndex(ctx context.Context) (int32, error) + func (c *TextClassifierEventTextSelectionEventClient) GetRelativeWordStartIndex(ctx context.Context) (int32, error) + func (c *TextClassifierEventTextSelectionEventClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextLanguageBuilderClient struct + func NewTextLanguageBuilderClient(cc grpc.ClientConnInterface) *TextLanguageBuilderClient + func (c *TextLanguageBuilderClient) Build(ctx context.Context) (int64, error) + func (c *TextLanguageBuilderClient) PutLocale(ctx context.Context, arg0 int64, arg1 float32) (int64, error) + func (c *TextLanguageBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error) + func (c *TextLanguageBuilderClient) SetId(ctx context.Context, arg0 string) (int64, error) + type TextLanguageClient struct + func NewTextLanguageClient(cc grpc.ClientConnInterface) *TextLanguageClient + func (c *TextLanguageClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextLanguageClient) GetConfidenceScore(ctx context.Context, arg0 int64) (float32, error) + func (c *TextLanguageClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextLanguageClient) GetId(ctx context.Context) (string, error) + func (c *TextLanguageClient) GetLocale(ctx context.Context, arg0 int32) (int64, error) + func (c *TextLanguageClient) GetLocaleHypothesisCount(ctx context.Context) (int32, error) + func (c *TextLanguageClient) ToString(ctx context.Context) (string, error) + func (c *TextLanguageClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextLanguageRequestClient struct + func NewTextLanguageRequestClient(cc grpc.ClientConnInterface) *TextLanguageRequestClient + func (c *TextLanguageRequestClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextLanguageRequestClient) GetCallingPackageName(ctx context.Context) (string, error) + func (c *TextLanguageRequestClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextLanguageRequestClient) GetText(ctx context.Context) (int64, error) + func (c *TextLanguageRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextLinksBuilderClient struct + func NewTextLinksBuilderClient(cc grpc.ClientConnInterface) *TextLinksBuilderClient + func (c *TextLinksBuilderClient) Build(ctx context.Context) (int64, error) + func (c *TextLinksBuilderClient) ClearTextLinks(ctx context.Context) (int64, error) + func (c *TextLinksBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error) + type TextLinksClient struct + func NewTextLinksClient(cc grpc.ClientConnInterface) *TextLinksClient + func (c *TextLinksClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextLinksClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextLinksClient) GetLinks(ctx context.Context) (int64, error) + func (c *TextLinksClient) GetText(ctx context.Context) (int64, error) + func (c *TextLinksClient) ToString(ctx context.Context) (string, error) + func (c *TextLinksClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextLinksRequestClient struct + func NewTextLinksRequestClient(cc grpc.ClientConnInterface) *TextLinksRequestClient + func (c *TextLinksRequestClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextLinksRequestClient) GetCallingPackageName(ctx context.Context) (string, error) + func (c *TextLinksRequestClient) GetDefaultLocales(ctx context.Context) (int64, error) + func (c *TextLinksRequestClient) GetEntityConfig(ctx context.Context) (int64, error) + func (c *TextLinksRequestClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextLinksRequestClient) GetReferenceTime(ctx context.Context) (int64, error) + func (c *TextLinksRequestClient) GetText(ctx context.Context) (int64, error) + func (c *TextLinksRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextLinksTextLinkClient struct + func NewTextLinksTextLinkClient(cc grpc.ClientConnInterface) *TextLinksTextLinkClient + func (c *TextLinksTextLinkClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextLinksTextLinkClient) GetConfidenceScore(ctx context.Context, arg0 string) (float32, error) + func (c *TextLinksTextLinkClient) GetEnd(ctx context.Context) (int32, error) + func (c *TextLinksTextLinkClient) GetEntity(ctx context.Context, arg0 int32) (string, error) + func (c *TextLinksTextLinkClient) GetEntityCount(ctx context.Context) (int32, error) + func (c *TextLinksTextLinkClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextLinksTextLinkClient) GetStart(ctx context.Context) (int32, error) + func (c *TextLinksTextLinkClient) ToString(ctx context.Context) (string, error) + func (c *TextLinksTextLinkClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextLinksTextLinkSpanClient struct + func NewTextLinksTextLinkSpanClient(cc grpc.ClientConnInterface) *TextLinksTextLinkSpanClient + func (c *TextLinksTextLinkSpanClient) GetTextLink(ctx context.Context) (int64, error) + func (c *TextLinksTextLinkSpanClient) OnClick(ctx context.Context, arg0 int64) error + type TextSelectionBuilderClient struct + func NewTextSelectionBuilderClient(cc grpc.ClientConnInterface) *TextSelectionBuilderClient + func (c *TextSelectionBuilderClient) Build(ctx context.Context) (int64, error) + func (c *TextSelectionBuilderClient) SetEntityType(ctx context.Context, arg0 string, arg1 float32) (int64, error) + func (c *TextSelectionBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error) + func (c *TextSelectionBuilderClient) SetId(ctx context.Context, arg0 string) (int64, error) + func (c *TextSelectionBuilderClient) SetTextClassification(ctx context.Context, arg0 int64) (int64, error) + type TextSelectionClient struct + func NewTextSelectionClient(cc grpc.ClientConnInterface) *TextSelectionClient + func (c *TextSelectionClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextSelectionClient) GetConfidenceScore(ctx context.Context, arg0 string) (float32, error) + func (c *TextSelectionClient) GetEntity(ctx context.Context, arg0 int32) (string, error) + func (c *TextSelectionClient) GetEntityCount(ctx context.Context) (int32, error) + func (c *TextSelectionClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextSelectionClient) GetId(ctx context.Context) (string, error) + func (c *TextSelectionClient) GetSelectionEndIndex(ctx context.Context) (int32, error) + func (c *TextSelectionClient) GetSelectionStartIndex(ctx context.Context) (int32, error) + func (c *TextSelectionClient) GetTextClassification(ctx context.Context) (int64, error) + func (c *TextSelectionClient) ToString(ctx context.Context) (string, error) + func (c *TextSelectionClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error + type TextSelectionRequestClient struct + func NewTextSelectionRequestClient(cc grpc.ClientConnInterface) *TextSelectionRequestClient + func (c *TextSelectionRequestClient) DescribeContents(ctx context.Context) (int32, error) + func (c *TextSelectionRequestClient) GetCallingPackageName(ctx context.Context) (string, error) + func (c *TextSelectionRequestClient) GetDefaultLocales(ctx context.Context) (int64, error) + func (c *TextSelectionRequestClient) GetEndIndex(ctx context.Context) (int32, error) + func (c *TextSelectionRequestClient) GetExtras(ctx context.Context) (int64, error) + func (c *TextSelectionRequestClient) GetStartIndex(ctx context.Context) (int32, error) + func (c *TextSelectionRequestClient) GetText(ctx context.Context) (int64, error) + func (c *TextSelectionRequestClient) ShouldIncludeTextClassification(ctx context.Context) (bool, error) + func (c *TextSelectionRequestClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error