We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d4fb0 commit 4bacc87Copy full SHA for 4bacc87
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/LiveContentResponse.kt
@@ -25,7 +25,7 @@ package com.google.firebase.vertexai.type
25
public class LiveContentResponse
26
internal constructor(
27
28
- /** The main content data of the response. This can be null if there is no content. */
+ /** The main content data of the response. This can be `null` if there is no content. */
29
public val data: Content?,
30
31
/**
0 commit comments