ConversationEvent.ConversationProcessingEvent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;JJLandroid/view/autofill/AutofillId;)V", "", ApiSince=37)]
public ConversationProcessingEvent(string conversationSessionId, long clientEventTimestampMillis, long timestampMillis, Android.Views.Autofill.AutofillId messageAutofillId);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;JJLandroid/view/autofill/AutofillId;)V", "", ApiSince=37)>]
new Android.App.PersonalContext.Hint.ConversationEvent.ConversationProcessingEvent : string * int64 * int64 * Android.Views.Autofill.AutofillId -> Android.App.PersonalContext.Hint.ConversationEvent.ConversationProcessingEvent
Parameters
- conversationSessionId
- String
- clientEventTimestampMillis
- Int64
- timestampMillis
- Int64
- messageAutofillId
- AutofillId
- Attributes