Skip to content

Commit 8d4a98d

Browse files
committed
fix kotlin docs
1 parent ec1c56c commit 8d4a98d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ConversationConfig.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ import android.media.AudioTrack
2222
/**
2323
* Configuration parameters to use for conversation config.
2424
*
25-
* @param functionCallHandler A callback function that is invoked whenever the model receives a
25+
* @property functionCallHandler A callback function that is invoked whenever the model receives a
2626
* function call. The [FunctionResponsePart] that the callback function returns will be
2727
* automatically sent to the model.
2828
*
29-
* @param transcriptHandler A callback function that is invoked whenever the model receives a
29+
* @property transcriptHandler A callback function that is invoked whenever the model receives a
3030
* transcript. The first [Transcription] object is the input transcription, and the second is the
3131
* output transcription.
3232
*
33-
* @param audioHandler A callback function that is invoked immediately following the successful
33+
* @property audioHandler A callback function that is invoked immediately following the successful
3434
* initialization of the associated [AudioRecord] and [AudioTrack] objects. This offers a final
3535
* opportunity to apply custom configurations or modifications to these objects, which will remain
3636
* valid and effective for the duration of the current audio session.
3737
*
38-
* @param enableInterruptions If enabled, allows the user to speak over or interrupt the model's
38+
* @property enableInterruptions If enabled, allows the user to speak over or interrupt the model's
3939
* ongoing reply.
4040
*
4141
* **WARNING**: The user interruption feature relies on device-specific support, and may not be

0 commit comments

Comments
 (0)