public final class

ConversationBuilder

extends IndexableBuilder<ConversationBuilder>
java.lang.Object
   ↳ com.google.firebase.appindexing.builders.IndexableBuilder<com.google.firebase.appindexing.builders.ConversationBuilder>
     ↳ com.google.firebase.appindexing.builders.ConversationBuilder

Class Overview

Builder to construct an Indexable for a conversation.

For reference, see: http://schema.org/Conversation.

Summary

Public Methods
ConversationBuilder setId(String id)
Sets the ID of the conversation.
[Expand]
Inherited Methods
From class com.google.firebase.appindexing.builders.IndexableBuilder
From class java.lang.Object

Public Methods

public ConversationBuilder setId (String id)

Sets the ID of the conversation. ID could be thread ID of the email thread or group chat ID.

Parameters
id String: The ID of the conversation.
Returns
ConversationBuilder