---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# NowVoiceUiConfiguration class - Android

# NowVoiceUiConfiguration class - Android {#ariaid-title1}

Release version: Australia  
Updated July 21, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
Specifies presentation options for the voice agent UI.

## NowVoiceUiConfiguration - NowVoiceUiConfiguration(hidePostCallTranscript: Boolean = false, shouldBlockAttachmentSharing: Boolean = false) {#ariaid-title2}

Creates a NowVoiceUiConfiguration instance with the specified presentation options.
{#NVoiceUiConfigA-NVUiCfg_B_B__table_pft_qzv_nva4__entry__3}

| Name | Type | Description |
|-|-|-|
| hidePostCallTranscript | Boolean | Optional. Flag that indicates whether the post-call transcript summary screen is displayed or hidden when the session ends. Valid values: * true: The post-call transcript summary screen is hidden. * false: The post-call transcript summary screen is displayed. Default: False |
| shouldBlockAttachmentSharing | Boolean | Optional. Flag that indicates whether the share button is displayed or hidden on the transcript screen. Valid values: * true: The share button is hidden. * false: The share button is displayed. Default: False |
[Table 1. Parameters]

{#NVoiceUiConfigA-NVUiCfg_B_B__table_pft_qzv_nva4}  
The following code example shows how to create an instance of NowVoiceUiConfiguration.

    val uiConfiguration = NowVoiceUiConfiguration(
        hidePostCallTranscript = true,
        shouldBlockAttachmentSharing = true
    )


